helm-charts
helm-charts copied to clipboard
Missing suppressTypeName es output configuration option in the operator chart.
According to the official Fluent-bit manual, suppressTypeName is required for new Elastic versions.
The fluentbit.fluent.io/v1alpha2 ClusterOutput CRD has such a config param, but it's missing in the operator chart's default es output.
https://docs.fluentbit.io/manual/pipeline/outputs/elasticsearch#action-metadata-contains-an-unknown-parameter-type
https://github.com/fluent/helm-charts/blob/6c6140300b46eec25aa493093d724b8fe434c006/charts/fluent-operator/values.yaml#L166
Mine PR is merged https://github.com/fluent/fluent-operator/pull/869 So soon (with new chart release) will be available.