fix: remove json_parser to preserve original JSON format
- Remove json_parser operator to keep logs in original JSON format - This should maintain the structured JSON content in Grafana - Logs will be sent as raw JSON without parsing into attributes
This commit is contained in:
parent
b527425556
commit
2983250d07
@ -49,10 +49,7 @@ spec:
|
||||
start_at: beginning
|
||||
include_file_path: false
|
||||
include_file_name: false
|
||||
operators:
|
||||
- type: json_parser
|
||||
parse_from: body
|
||||
parse_to: attributes
|
||||
operators: []
|
||||
processors:
|
||||
resource:
|
||||
attributes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user