You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to pass multiline to lwrp-prospector.yml which looks like this:
multiline_pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}'
Instead I am getting in lwrp-prospector.yml:
multiline_pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}"
How can I get multiline_pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}' to be written into prospector.yml?
I tried on filebeat 0.4.9 and 1.4.0 - the same output.
The text was updated successfully, but these errors were encountered:
Hi.
How can I get multiline_pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}' to be written into prospector.yml?
I tried on filebeat 0.4.9 and 1.4.0 - the same output.
The text was updated successfully, but these errors were encountered: