You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.