docs(Changelog): Add note about removed deprecated plugin options (#14921)

This commit is contained in:
Sven Rebhan 2024-03-04 18:04:12 +01:00 committed by GitHub
parent 3cf2c34162
commit 85f560717c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@
- `inputs.udp_listener` in [#14866](https://github.com/influxdata/telegraf/pull/14866) - `inputs.udp_listener` in [#14866](https://github.com/influxdata/telegraf/pull/14866)
- `outputs.riemann_legacy` in [#14867](https://github.com/influxdata/telegraf/pull/14867) - `outputs.riemann_legacy` in [#14867](https://github.com/influxdata/telegraf/pull/14867)
Furthermore, the following deprecated plugin options are removed
- `mountpoints` of `inputs.disk` in [#14913](https://github.com/influxdata/telegraf/pull/14913)
- `metric_buffer` of `inputs.mqtt_consumer` in [#14914](https://github.com/influxdata/telegraf/pull/14914)
- `metric_buffer` of `inputs.nats_consumer` in [#14915](https://github.com/influxdata/telegraf/pull/14915)
- `url` of `outputs.influxdb` in [#14916](https://github.com/influxdata/telegraf/pull/14916)
Replacements do exist, so please migrate your configuration in case you are Replacements do exist, so please migrate your configuration in case you are
still using one of those plugins. The `telegraf config migrate` command might still using one of those plugins. The `telegraf config migrate` command might
be able to assist with the procedure. be able to assist with the procedure.