Dynamically Apply values from enrichment table row #23115
Unanswered
aranade-anduril
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my enrichment table is very simple, just 2 rows
and I want to tag every metric with the values in the second row.
Can I tag my metric with those fields without hardcoding
env,source,host
?I do it like this right now, but it requires hardcoding of the above 3 values:
Let's say the enrichment table is expanded in the future to support an additional column, I'd want to be able for my code to handle this without updating the VRL.
Beta Was this translation helpful? Give feedback.
All reactions