bpaquet / node-logstash

Simple logstash implmentation in nodejs : file log collection, sent with zeromq
Other
517 stars 141 forks source link

[ File output: early closing ] #123

Closed jerome83136 closed 8 years ago

jerome83136 commented 8 years ago

Hello,

I'm using file output plugin to merge my logs from several web servers.

It works but I have this kind of logs generated by my node-logstash process:

Thu, 21 Apr 2016 16:06:02 GMT] INFO Early closing of /central_logs/output/prod/webservers/prospect/prospect_p08.20160421.log

It seems the output files get closed after a certain perriod of inactivity (the default seems to be 300 seconds).

I would like to know:

Thank you for your help

Best regards

Jérôme