Hi, i have a filebeat that picks up a file in the log directory and parses it with the multiline options in the filebeath.yml file:
Multiline options
multiline.type: pattern
multiline.pattern: '[0-9]{4}-[0-9]{2}-[0-9]{2}'
multiline.negate: true
multiline.match: after
How can i do this with the elastic agent. Under the release notes there is a line item that says that elastic agent does not support multiline at the moment, however is there anything that can be added to the elastic-agent.yml file directly to do this? Any other options to get this to work someohow with elastic agent?
Thank you