Closed Frapschen closed 2 years ago
I think this is not a bug since json
parser is defined at parsers.conf.
https://github.com/fluent/fluent-bit/blob/v1.9.6/conf/parsers.conf#L36
If Parsers_File
is not added, fluent-bit can't find the definition and in_tail doesn't parse.
https://docs.fluentbit.io/manual/pipeline/parsers/configuring-parser
I think this is not a bug since
json
parser is defined at parsers.conf. https://github.com/fluent/fluent-bit/blob/v1.9.6/conf/parsers.conf#L36If
Parsers_File
is not added, fluent-bit can't find the definition and in_tail doesn't parse. https://docs.fluentbit.io/manual/pipeline/parsers/configuring-parser
ok, thinks
Bug Report
Describe the bug there is a different resoult when add the
Parsers_File parsers.conf
in[SERVICE]
. like this configuration demo:To Reproduce if add the
Parsers_File parsers.conf
in[SERVICE]
, the stdout will output :if delete the
Parsers_File parsers.conf
in[SERVICE]
, the stdout will output :Expected behavior I expected the stdout will output the same formated log whatever add or delete the
Parsers_File parsers.conf
in[SERVICE]
Your Environment