Relevant telegraf.conf:
[[outputs.graylog]]
## UDP endpoint for your graylog instances.
servers = ["127.0.0.1:12201"]
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").
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").