We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The logs_body_key_attributes of the OpenTelemetry output plugin is not yet supported by the operator. It was added in fluent/fluent-bit@202da13.
logs_body_key_attributes
I've been using the custom plugin option to enable it, and would like to have it supported by the output plugin CRDs.
apiVersion: fluentbit.fluent.io/v1alpha2 kind: ClusterOutput # ... spec: customPlugin: config: | name opentelemetry match kube.* host telemetry-exporter-components-collector port 4318 logs_body_key_attributes true matchRegex: kube\.(.*)
Add logsBodyKeyAttributes to OpenTelemetry output plugin schema.
logsBodyKeyAttributes
I'd love to contribute the change, and will soon shoot a PR for it.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
The
logs_body_key_attributes
of the OpenTelemetry output plugin is not yet supported by the operator. It was added in fluent/fluent-bit@202da13.I've been using the custom plugin option to enable it, and would like to have it supported by the output plugin CRDs.
Describe the solution you'd like
Add
logsBodyKeyAttributes
to OpenTelemetry output plugin schema.I'd love to contribute the change, and will soon shoot a PR for it.
Additional context
No response
The text was updated successfully, but these errors were encountered: