-
Good afternoon!
However, I encountered an error. What is the correct way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
What does your |
Beta Was this translation helpful? Give feedback.
-
I'm a bit confused here, neither If you want to parse the messages as JSON you will need to use a |
Beta Was this translation helpful? Give feedback.
Here is a sample config:
The magic happens at
.message = parse_json!(string!(.message))
it basically takes the bytes from file (line by line) and constructs an object map. And finally it overwrites the.message
with the result.You try this on the VRL playground. See example.