Replies: 1 comment
-
Hi @XSWClevo ! You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to obtain multi-line logs of type syslog in sources. It is currently known that multi-line logs of file and docker can be obtained. There is no problem in actual testing. If the input source is syslog, how should it be obtained?
The following is an example of how I can obtain a multi line log from a file. How can I modify it to obtain a multi line log from a syslog
[sources.multiline_logs]
type = "file"
include = [ "/opt/multiline.log" ]
[sources.multiline_logs.multiline]
start_pattern = '^<\d+>'
mode = "halt_before"
condition_pattern = '<\d+>'
timeout_ms = 1000
Beta Was this translation helpful? Give feedback.
All reactions