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 am using kibana 3 embedded with logstash. currently i was experiencing the following:
I have a logfile which contains multiline error reports (including stacktraces). I am new to logstash, but managed to use multiline filter correctly after a while. But now i am stuck.
According to my console debug output logstash is merging multiline events correctly into one event.
Looking at the same event in Kibana, it is still one event, but some specific lines get multiplied (up to 33 times)!!
Hi,
i am using kibana 3 embedded with logstash. currently i was experiencing the following:
I have a logfile which contains multiline error reports (including stacktraces). I am new to logstash, but managed to use multiline filter correctly after a while. But now i am stuck.
According to my console debug output logstash is merging multiline events correctly into one event.
Looking at the same event in Kibana, it is still one event, but some specific lines get multiplied (up to 33 times)!!
This simple line from the debug:
In Kibana it becomes:
The text was updated successfully, but these errors were encountered: