Multiple grok patterns in fluentd #3665
Unanswered
vikasmishra17
asked this question in
Q&A
Replies: 1 comment
-
It's hard to tell what you're trying to do without additional info The probability is that you need to use https://docs.fluentd.org/parser/multiline or use https://github.com/fluent-plugins-nursery/fluent-plugin-concat |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am facing a problem while using fluentd-1.14.3. The logs are not being parsed even when I am using the grok pattern which ran properly in Logstash.
Does the fluent-plugin-grok-parser support multi-format logs from a single file.
I am tailing single haproxy log files. Each of them may have a different format.
Is it possible to use the grok parser in this situation? Help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions