Hi everyone,
I am using filebeats to forward mysql logs to logstash , and it breaks the query to different lines. I want the complete query as a single entry unlike a single line the way logstash does.
What filter should be used ? I tried using multiline but didn't work.