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:
parent
802698bcb7
commit
620bacdbbf
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user