platform icon indicating copy to clipboard operation
platform copied to clipboard

logstash is splitting Messages at line separators

Open JonathanHuthmann opened this issue 7 years ago • 1 comments

For example this log:

Some problem occurred! at org.mypackage... at abc.def....

logstash will break this log into three messages, each containing one line of the original log. By doing so, stacktraces are almost impossible to read.

JonathanHuthmann avatar May 03 '17 14:05 JonathanHuthmann

Possible solution: https://stackoverflow.com/a/34659306 https://www.elastic.co/guide/en/logstash/2.4/plugins-filters-multiline.html (with stream_identity setting)

denkv avatar Dec 07 '18 13:12 denkv