fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
578 stars 246 forks source link

Add missing fluent-bit config parameters #1244

Closed reegnz closed 2 months ago

reegnz commented 2 months ago

Added fluent-bit config parameters which are not yet exposed in the CRD.

Signed-off-by: Zoltán Reegn zoltan.reegn@gmail.com

What this PR does / why we need it

We want to include namespace metadata in our logs, the kubernetes filter was missing the relevant config attributes.

Which issue(s) this PR fixes

Fixes #

Does this PR introduced a user-facing change?

Expose missing fluent-bit configuration attributes: kubeTokenCommand, kubeMetaNamespaceCacheTTL, namespaceLabels, namespaceAnnotations, namespaceMetadataOnly

Additional documentation, usage docs, etc