diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index f66fc91a..e51e9848 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -67,6 +67,6 @@ spec: pipelines: logs: receivers: [filelog] - processors: [attributes, batch] + processors: [transform, batch] exporters: [otlphttp/logs, debug] {{- end }} \ No newline at end of file