Package Exports
- node-red-contrib-log-elk
- node-red-contrib-log-elk/log-elk.js
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
- Loki (Grafana)
- File, including size and number of file specs
- System Console
- Debug Window
This project uses the winston, winston-elasticsearch and winston-loki logging libraries
Initial Parts of this project was based on 'node-red-contrib-advance-logger'