Multi line Handling of Java Exception Stacktrace

Hi,
We are using the ELK stack to process logs from Docker containers using Filebeat as the log pusher.
And we are using json-file default logger for Docker.
I have tried putting patterns in filebeat configuration, in loghstash filters but nothing is working for me.
Please if anyone can suggest best way to handle this.
Thanks.

What does the file you want to process look like? IIRC the json-file driver produces a file with one JSON object per line and then you don't need any multiline processing.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.