Chengwei Guo

Results 39 comments of Chengwei Guo

refer to this request to fix make error: https://github.com/madeye/tcp_china/pull/6

Does this variable help you? [fluent-bit EnvVars](https://github.com/fluent/fluent-operator/blob/master/apis/fluentbit/v1alpha2/fluentbit_types.go#L86)

This is actually not a bug. > the resources are ordered lexicographically by the resource `metadata.name` currently. check https://github.com/fluent/fluent-operator/issues/693#issuecomment-1545471232

I will try to figure out how to support two modes at the same time

It has been for a while since my initial feature request. A very simple proposal is as follows. **Goal:** 1. we need to support the new [yaml file](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/yaml/configuration-file) and the...

the compile issue is there is no generated codes for `kafka` object in `apis/fluentbit/v1alpha2/plugins/output/zz_generated.deepcopy.go` to add it, you need to add the following line before the object. `// +kubebuilder:object:generate:=true` ~But...

Noticed fluentbit has already implemented an interface to do that. > But after all, i would suggest you use kubernetes api to get the secret value @TheJadeLion2004 you can refer...

@TheJadeLion2004 you can refer to this MR https://github.com/fluent/fluent-operator/pull/1338

Hi @cosmo0920 @edsiper , is there anything else needed to do in this pr before it can be merged?

@elsnepal , According to the fluentbit documentation, `MultilineParser` can be referred in a filter `parser`. > Parser | Specify the parser name to interpret the field. Multiple Parser entries are...