Graylog output plugin: non-standard fields should be prefixed #9773
Labels
bug
unexpected problem or unintended behavior
good first issue
This is a smaller issue suited for getting started in Telegraf, Golang, and contributing to OSS.
Relevant telegraf.conf:
Expected behavior:
Input plugin name field (e.g.
"name":"log_tail"
) should be sent with_
prefix. Regarding Gelf specification (https://docs.graylog.org/en/4.1/pages/gelf.html#gelf-payload-specification), all non standard fields should always be prefexed with_
.Actual behavior:
Input plugin name field (e.g. "name":"log_tail") are not sent with
"_"
prefix.Additional info:
Mentioned in #9644 (as "not so important issue").
The text was updated successfully, but these errors were encountered: