From 85f560717c601435c51eee1edd5becb8279c4262 Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:04:12 +0100 Subject: [PATCH] docs(Changelog): Add note about removed deprecated plugin options (#14921) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a66533d..de06cf251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ - `inputs.udp_listener` in [#14866](https://github.com/influxdata/telegraf/pull/14866) - `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 still using one of those plugins. The `telegraf config migrate` command might be able to assist with the procedure.