Vector - Prometheus flattening the field. #20532
Unanswered
ryansliceup
asked this question in
Q&A
Replies: 1 comment
-
Would https://vector.dev/docs/reference/vrl/functions/#flatten work for you? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
A note for the community
Problem
Hello,
I hope all is well. I am trying to get prometheus data in kafka. This is working well, but I am trying to take the output and flatten the fields. I am using the prometheus_scrape plugin for this, and the data is ending up in kafka.
What I am trying to do is flatten the "tags" object, so that it in a more accessable format for me. Instead of everything being under the tag object, i want to flatten it.
Thank you again!
Configuration
Beta Was this translation helpful? Give feedback.
All reactions