Hello,
I am in the process of building ELK infrastructure for my systems.
I have several filebeats and so far one logstash.
I have several Java servers and apache servers.
As we all know, we have something like stacktrace on Java servers
Ultimately, my colleague wants to assemble resources and make one filebeat.
And now my dilemma
Is there a possibility that if some stackctace is sent, then some other log may interrupt multitiline.
E.g. Stacktrace goes and has 100 lines. In the meantime, apache or another Java server sends a different log. Is this a problem that multiline may have a problem with?
Does the multiline module verify the source?
If there is a problem here, is there a solution?
It would be best if the whole solution was based on the logstash itself.
THX,
Maciej