In Vector, Split Datadog Tags from Single String to Dict #1146
-
I'm working through Datadog Lambda Extension => Vector HTTP input. I'm almost there but I need to parse these The raw data looks something like this (pared down and unnecessary fields removed): {
"message": "some message",
"ddtags": "functionname:asdf-ddlambdaplaygroundfunction-itrzsnlh3s66,dd_extension_version:66"
} The VRL to split the This is generally what I'm trying to do but errors:
This is almost what I need but doesnt set the
Any help is appreciated! VRL playground link included here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found it in the docs. Just need one function 🙏
|
Beta Was this translation helpful? Give feedback.
Found it in the docs. Just need one function 🙏