Replies: 2 comments
-
Yeah, looks like your guess is correct: https://github.com/vectordotdev/vector/blob/master/src/sinks/datadog/logs/sink.rs#L141 The code comment there suggests that there's also a If you have the raw datastructure, you can put it into the VRL Playground and try out different things into the right format, for example. |
Beta Was this translation helpful? Give feedback.
-
From email:
So looks like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Regarding logs going to datadog. How do I get rid of a previously defined service and add my own .service field without it being called _RESERVED_service. when I look at the raw datastructure coming into datadog I see a tags: [ ] section that has a service in it, then I'm trying to add a field called .service. When I add my field called .service it is renamed to _RESERVED_service, because one already exists??? I guess...
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions