pm2-elastic
v0.2.5
Published
pm2 elasticsearch integration
Downloads
6
Readme
Description
PM2 module to send logs to elasticsearch
$ npm install pm2 -g
$ pm2 install pm2-elasticlogs
To modify the config values you can use the following commands:
pm2 set pm2-elasticlogs:elasticsearch_host 'http://localhost:9200'
pm2 set pm2-elasticlogs:elasticsearch_index logs
pm2 set pm2-elasticlogs:app_name all
Uninstall
$ pm2 uninstall pm2-elasticlogs
License
MIT