Open kakaNo1 opened 1 year ago
The md5 suffix will not be added normally. https://github.com/fluent/fluent-operator/blob/master/apis/fluentbit/v1alpha2/plugins/parser/json_types.go How did this come about?
Can you give me a correct example? I want to use JSON's Parser in the namespace @wenchajun
Describe the issue
When I create a parser:
The program will follow my name+namespace (md5). Add a new parser in sercret=fluent-bit-config, as follows:
I referenced this in the Filter
However, the collector may have the following errors:
To Reproduce
But when I add parsers, this error always occurs
Expected behavior
If I add a new parser named test1, there will be test1 namespace (md5) when creating it, instead of test1 namespace(md5)-namespace(md5)-namespace(md5)-namespace(md5)-namespace(md5)..
Your Environment
How did you install fluent operator?
No response
Additional context
No response