Chengwei Guo

Results 39 comments of Chengwei Guo

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

@elsnepal I made some modifications and it can render the configurations as follows: you have to declare `namespaceFluentBitCfgSelector` in your `FluentBit` and have a manifest `FluentBitConfig` ``` --- apiVersion: fluentbit.fluent.io/v1alpha2...

> reload only once when all operations in ns finishes how does fluent-operator know when your operations are done? in my opinion, you can control the create/delete orders in your...

@raynay-r Thanks so much for you first contribution. But upgrade the contrller-gen version might not be a good practice for this MR. Can you please try to fix segfault? Feel...

> Here is the output I get running `make build` on the main branch. You can also see in the output that I am using `go 1.22.3`. Is the go...

just to confirm, do you turned on the merge_log option for kubernetes filter? > To perform processing of the log key, it's mandatory to enable the Merge_Log configuration property in...

with customPlugin, fluent-operator would have no idea about the plugin details. To support automatically create service for any plugin, i would suggest the following: - [ ] instead of using...

Can you check the secret created by the operator? You can get the full fluent-bit configuration file from it.

yeah, we should definitely review the namespace related set-ups for fluent-operator. we should support namespace scoped install and also cluster install. But this change is not trivial at all.