docs(changelog): Add note about removed deprecated plugins (#14898)

This commit is contained in:
Sven Rebhan 2024-02-27 15:55:38 +01:00 committed by GitHub
parent e1441c047c
commit 68adf65548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,20 @@
### Important Changes ### Important Changes
- This version removes the following deprecated plugins
- `inputs.cassandra` in [#14859](https://github.com/influxdata/telegraf/pull/14859)
- `inputs.httpjson` in [#14860](https://github.com/influxdata/telegraf/pull/14860)
- `inputs.io` in [#14861](https://github.com/influxdata/telegraf/pull/14861)
- `inputs.jolokia` in [#14862](https://github.com/influxdata/telegraf/pull/14862)
- `inputs.kafka_consumer_legacy` in [#14863](https://github.com/influxdata/telegraf/pull/14863)
- `inputs.snmp_legacy` in [#14864](https://github.com/influxdata/telegraf/pull/14864)
- `inputs.tcp_listener` in [#14865](https://github.com/influxdata/telegraf/pull/14865)
- `inputs.udp_listener` in [#14866](https://github.com/influxdata/telegraf/pull/14866)
- `outputs.riemann_legacy` in [#14867](https://github.com/influxdata/telegraf/pull/14867)
Replacements do exist, so please migrate your configuration in case you are
still using one of those plugins. The `telegraf config migrate` command might
be able to assist with the procedure.
- The default read-timeout of `inputs.syslog` of five seconds is not a sensible - The default read-timeout of `inputs.syslog` of five seconds is not a sensible
default as the plugin will close the connection if the time between default as the plugin will close the connection if the time between
consecutive messages exceeds the timeout. consecutive messages exceeds the timeout.