fix: remove move operator that may be causing log processing failure

- Remove move operator from json_parser configuration
- Keep only json_parser with parse_to: attributes
- This should allow logs to be processed correctly
This commit is contained in:
Nicolas 2025-09-22 21:38:00 +08:00
parent 802698bcb7
commit 620bacdbbf

View File

@ -53,9 +53,6 @@ spec:
- type: json_parser - type: json_parser
parse_from: body parse_from: body
parse_to: attributes parse_to: attributes
- type: move
from: attributes.text
to: body
processors: processors:
resource: resource:
attributes: attributes: