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