Two regex for the same input in Fluent Bit #7516
Answered
by
patrick-stephens
BlaBlaGITTE
asked this question in
Q&A
-
Hi all, |
Beta Was this translation helpful? Give feedback.
Answered by
patrick-stephens
Jun 7, 2023
Replies: 1 comment 1 reply
-
If you mean regex parsers then sure - you can do it in a few ways, e.g. trigger another parser filter on a key or the absence of a key: https://docs.fluentbit.io/manual/pipeline/filters/parser If a regex does not match then nothing happens either so you can always fire multiple parsers at it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BlaBlaGITTE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean regex parsers then sure - you can do it in a few ways, e.g. trigger another parser filter on a key or the absence of a key: https://docs.fluentbit.io/manual/pipeline/filters/parser
If a regex does not match then nothing happens either so you can always fire multiple parsers at it.