Installations
npm install node-red-contrib-logentries
Developer Guide
Typescript
No
Module System
CommonJS
NPM Version
1.4.14
Score
64.8
Supply Chain
74.3
Quality
75.1
Maintenance
100
Vulnerability
99.5
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
jasonruane
Download Statistics
Total Downloads
3,210
Last Day
1
Last Week
12
Last Month
28
Last Year
107
GitHub Statistics
10 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
714.00 B
Minified
360.00 B
Minified + Gzipped
Package Meta Information
Latest Version
0.1.4
Package Id
node-red-contrib-logentries@0.1.4
Size
2.47 kB
NPM Version
1.4.14
Total Downloads
Cumulative downloads
Total Downloads
3,210
Last day
0%
1
Compared to previous day
Last week
100%
12
Compared to previous week
Last month
366.7%
28
Compared to previous month
Last year
-23.6%
107
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
node-red-contrib-logentries
** A Node-Red wrapper for logentries.com **
What it is
An easy-to-use wrapper for the logentries.com service. The node-red-contrib-logentries node makes it very easy to log directly to your logentries.com account direct from Node-Red.
Key Features:
-
Drag and drop on node-red
-
fully configurable
-
cloud logging enables many sources to arrive in one viewable, searchable location
Installation
npm install node-red-contrib-logentries
- This will download this module and place in your node_modules directory
npm install logentries
- This installs the required NodeJs package for logentries service. However it currently requires an update so navigate to your subdirectory of node_modules\logentries\lib and edit logentries.js file so that line 57 is changed from:
port: opts.secure ? 20000 : 10000,
to this:
port: opts.port || (opts.secure ? 20000 : 10000),
Usage
This module sends your logging entries to the cloud hosted logging service logentries.com. You will need an account with this service for the module to work.
Once you have logentries.com account, you need just one configuration item to initialize a logging instance (you can create more than one):
- TOKEN: As supplied by Logentries when you create a logfile of source type Token TCP.
logentries.com service.
Company site: logentries.com
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More