fix: add missing remove operator for body field in OpenTelemetry log processing

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-16 07:29:19 +08:00
parent b42a6ee07f
commit 354f6b2669

View File

@ -27,6 +27,8 @@ spec:
operators:
# 简单解析JSON不改变结构
- type: json_parser
- type: remove
field: body
processors:
k8sattributes:
auth_type: "serviceAccount"