Elon Cheng

Results 87 comments of Elon Cheng

This is the example https://github.com/fluent/fluent-operator/tree/master/manifests/regex-parser

This is because `fluentbit` 1.7 and earlier versions had two values, with the upgrade of `fluentbit` the value of this parameter is only one value. You can see [here](https://docs.fluentbit.io/manual/v/1.7/pipeline/filters/modify#conditions).

I think each version update will add or modify a part of the plug-in (including some bugfix). So each upgrade will result in a redeployment of crd. And with fluentbit...

Okay, thank you for your contribution. This is a very good suggestion and we will consider these issues with reference to the documentation you gave us.

Maybe we add a tab to the insert? like `\t`

> It looks like indeed [fluentbit's crd](https://github.com/fluent/fluent-operator/blob/master/manifests/setup/setup.yaml#L4769)

Thank you for your reply. I think this is a bug and we will fix it as soon as possible. The specific reason is that its version doesn't match. You...

Docker parser is built into Fluentbit,so you don't need to create the Parser, you can delete it. https://github.com/fluent/fluentbit-operator/blob/master/conf/parsers.conf

> Thank you. Then after removing, how I must parse logs like this, field message: {"log":"2021-11-30 11:50:19.377 [INFO][39] int_dataplane.go 959: Applying dataplane updates\n","stream":"stdout","time":"2021-11-30T11:50:19.378077212Z"} ? Maybe you can give the parser...