Hi!
I'd like to use multiline.pattern in filebeat input (in filebeat.yml) to process tomcat Java logs and send it to logstash+elasticsearch.
Below is a piece of the log file:
Apr 03, 2018 10:53:44 AM org.apache.catalina.core.StandardWrapperValve invoke
INFO: java.io.IOException: App computation error Error, invalid input: lhs received -5/3*x-4/3, which is not valid for its 1st argument, expr
at com.appsoft.server.router.AppServer.checkAppError(AppServer.java:421)
...
How can I instruct filebeat to include all lines starting with a tab as part of the single message?