From 354f6b2669f5aa5d8ea92d856e0ebc230f76dd78 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 07:29:19 +0800 Subject: [PATCH] fix: add missing remove operator for body field in OpenTelemetry log processing Signed-off-by: zhenyus --- .../authentication/templates/authentication/opentelemetry.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index f7d3f0fc..5b208998 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -27,6 +27,8 @@ spec: operators: # 简单解析JSON,不改变结构 - type: json_parser + - type: remove + field: body processors: k8sattributes: auth_type: "serviceAccount"