Issue with datadog source and decoding.codec = "json" #15850
Replies: 2 comments
-
@fredericpellin Hey there! You've discovered a somewhat-poorly documented configuration of the source, but this is working as intended. The Datadog Agent sends its requests using a fixed codec (JSON and/or Protocol Buffers) but what By default, So, overall, you should only change |
Beta Was this translation helpful? Give feedback.
-
After opening code, I see how it works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've an issue with datadog source, json decoding codec and apache log which raised an error about json parsing.
My vector.toml config to reproduce :
datadog.yml
apache.d/conf.yaml
output when decoding.codec = "json" is commented
output when dedocing.codec = "json" is activated
If I put log level to trace, no more information is printed
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions