Lets say I have multiple container running on docker,
All those send logs to fluent-bit using fluentd logging driver.
I may can use Forward INPUT to process them.
It seems that forward input not supports parser, is right ?
And ... other input also only one parser can be used for.
Is there a way to attach variety parsers for a input ?
@keyolk
in Fluent Bit 0.12 the way to accomplish this it's using the new Filter Parser.
You can add many as you require and do normal tag/match rules to apply them.
Most helpful comment
@keyolk
in Fluent Bit 0.12 the way to accomplish this it's using the new Filter Parser.
You can add many as you require and do normal tag/match rules to apply them.