Benjamin Huo

Results 373 comments of Benjamin Huo

The PR has been reverted and let's reopen this issue to continue to work on it.

We want to include your previous PR because the current filter plugin setting `KeyDoesNotExist` is still for fluent bit v1.7. Although the default image shipped with the operator is already...

https://github.com/fluent/fluent-operator/tree/v1alpha3 @frankgreco v1alpha3 branch created

we support multi-line as I can remember? @wenchajun

> I tested it a few times and I found that if the configuration is not cluster-wide you should add the namespace you want the configuration to belong to. Besides,...

@frankgreco This is a very good requirement. Maybe we can add `readiness/liveness probes` to the watcher itself and of course we can add promehteus metrics to it as well

The code of fluentbit watcher is here: https://github.com/fluent/fluent-operator/tree/master/cmd/fluent-watcher/fluentbit

We might need to update FluentBit CRD status for case like this @wenchajun @wanjunlei

OTLP for logs is just a spec to specify log format? https://opentelemetry.io/docs/reference/specification/logs/overview/ If so looks like it can be a separate input plugin in fluentbit @patrick-stephens @agup006 What do you...

If each plugin is a CRD, too many plugins may result in over-complex config generation logic. And too many CRDs to watch. We'll upgrade FluentBit and operator sooner enough after...