logstash-plugins/logstash-input-file

sincedb_write_interval not respected when in read mode

akwoprosper opened this issue · 0 comments

I just noticed that when using the read mode, the sincedb file is not updated.
Apparently, it is updated only when the file has completely been read.
This is problematic when dealing with large files since logstash may crash or be restarted before the file is completely written which will lead to rereading the same file from beginning.