Is there way to keep track of logstash progress when a file is being parsed?

Hi,

I am using logstash to read fixed set of log files (parallely) and through .sincedb file, I am figuring it out its progress. I noticed that logstash updates .sincedb file only when it has completely read a file i.e. when it hits end-of-line.
Is there way to keep track of logstash progress when a file is being parsed ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.