-
|
Trying to reformat sysmonforlinux logs ingested with otel-collector on openobserve with parse_xml but not working. Sample log Current VRL My current result: Expected result from docs https://vector.dev/docs/reference/vrl/functions/#parse_xml tried a parse_regex with join like mentioned in vectordotdev/vector#16000 but nok |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hi @juju4, are you referring to |
Beta Was this translation helpful? Give feedback.
-
|
Hi @juju4, please see this example. I used your XML string and the result is the expected JSON. I suspect the data format is broken when this happens. |
Beta Was this translation helpful? Give feedback.
Hi @juju4, please see this example. I used your XML string and the result is the expected JSON. I suspect the data format is broken when this happens.