Fluent-bit: Does it can support multiple parser for single input(forward)?

Created on 8 Aug 2017  路  1Comment  路  Source: fluent/fluent-bit

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 ?

fixed question

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.

>All comments

@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.

Was this page helpful?
0 / 5 - 0 ratings