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
File input -> Elasticsearch output is missing some number of events in Elasticsearch
Some lines are truncated.
For #1, I think this was a known issue that we weren't flushing the last chunk of events to Elasticsearch in a timely fashion, but this issue (and its fix) doesn't match with your logstash-xxxxxxxx-2014.11.19 exmaple which is missing nearly 17000 events.
For #2, I don't have any theories at this time. I wish to see your full (unedited, but sanitizing for safety/privacy is OK) logstash config to know more.
(This issue was originally filed by @arnauldvm at elastic/logstash#2135)
I'm loosing lots of records when using a setup like this:
Results:
Moreover some log lines are truncated, leading to parsing errors (cf. ...failed... index).
If I do:
and adapt the logstash config accordingly, nothing is lost.
On another hand, keeping the multiple files input, but outputting to a file instead of elasticsearch, also leads to no loss of data !?
The text was updated successfully, but these errors were encountered: