fix: add missing remove operator for body field in OpenTelemetry log processing
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
b42a6ee07f
commit
354f6b2669
@ -27,6 +27,8 @@ spec:
|
||||
operators:
|
||||
# 简单解析JSON,不改变结构
|
||||
- type: json_parser
|
||||
- type: remove
|
||||
field: body
|
||||
processors:
|
||||
k8sattributes:
|
||||
auth_type: "serviceAccount"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user