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
When Logstash start with --config.reload.automatic, the file input can ingest all data without any reload
However, if pipeline got reload in the middle of ingestion, let's say have already read 300 out of 600 lines, Logstash read the first 300 lines again and leave the rest unread.
Version: 4.2.4
LS Version: 7.12
Operating System: macOS
Config File (if you have sensitive info, please remove it):
When Logstash start with
--config.reload.automatic
, the file input can ingest all data without any reloadHowever, if pipeline got reload in the middle of ingestion, let's say have already read 300 out of 600 lines, Logstash read the first 300 lines again and leave the rest unread.
7.12
with auto-reload> bin/logstash --config.reload.automatic
pipeline.workers
from 1 to 2 during ingestionpipeline.workers
multiple times during ingestionCurrently the workaround is use
tail
modeThe text was updated successfully, but these errors were encountered: