Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-red-contrib-logentries

jasonruane3ISC0.1.4

Node-Red packaged node to log to cloud logging service logentries.com

node-red-contrib, node-red, logentries, cloud, logging, logs

readme

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 User Guide

logentries.com service.

Company site: logentries.com