JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 80
  • Score
    100M100P100Q80394F
  • License MIT

A Node-RED logging node with multiple outputs using the winston and winston-elasticsearch logging libraries

Package Exports

  • node-red-contrib-log-elk

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-red-contrib-log-elk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-red-contrib-log-elk

A node-red logging output node supporting multiple output targets:

  • ElasticSearch
  • File, including size and number of file specs
  • System Console
  • Debug Window

This project uses the winston and winston-elasticsearch logging libraries

Parts of this project is based on 'node-red-contrib-advance-logger'