-
When using This causes Vector to not split on this field when using When attempting to use When attempting to use An example log line would be:
And When using the transform
Is there a recommended way we can replace A separate question may be the possibility of a Extra information here: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Testing in VRL Playground, I can't get any of the replacements to work. I thought trying to replace |
Beta Was this translation helpful? Give feedback.
-
You need to replace unicode: |
Beta Was this translation helpful? Give feedback.
You need to replace unicode:
.message = replace(.message, r'\u001d', " ")
.message = parse_key_value!(string!(.message))