Removed tags still appearing in datadog #18592
-
When removing tags from within our helm config we are still seeing tags appear within datadog. Is there something obvious I'm missing or are we coming across an error. Helm config:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
For additional context, we have verified that the VRL language is valid using an example json in the documentation and the command line. Would appreciate any guidance as to what config changes we need to make to ensure that tags are dropped from |
Beta Was this translation helpful? Give feedback.
-
Hi @jszwedko, thanks for your reply. When I run |
Beta Was this translation helpful? Give feedback.
One thing I would check is if the events are being sent with those tags to Datadog or if they are associated once ingested in Datadog via host tag enrichment (i.e. the Datadog back-end adds tags that were fetched via other integrations based on the host). You can use
vector tap
to examine the events flowing through Vector itself. I'd suggest tapping the events going into the Datadog Metrics sink.