Joakim Recht
10/12/2023, 9:14 PMbody
field is a string. I assume that means I have to use a json_parser
to get the structured data out of it, but no matter what I do it doesn't seem to actually parse it, so does anybody know what might be wrong? There are no errors in the collector log...- type: json_parser
if: 'body startsWith "{"'
parse_from: body
parse_to: attributes.body
But no attributes.body
field appears anywhereVishal Sharma
10/13/2023, 12:20 AMnitya-signoz
10/13/2023, 5:41 AM