firelog
v2.0.2
Published
a simple log pkg, send log to elk
Downloads
15
Maintainers
Readme
Firelog
a simple log pkg, send log to elasticsearch
Features
- stream support
- data loss guard against
Options
host
, target hostport
, target portstream(on|off)
, use stream pipe log
Benchmark
enter benchmark dir, then execute $node bunyan_vs_fire.js
Fire Spend: 847457 op/s
Bunyan Spend: 70521 op/s
Install
$ npm install firelog -g
Test
run test:
$ npm test
run test coverage:
$ npm run cover
Examples
See examples