diff --git a/plugins/inputs/deprecations.go b/plugins/inputs/deprecations.go index afe588655..9c9a05634 100644 --- a/plugins/inputs/deprecations.go +++ b/plugins/inputs/deprecations.go @@ -8,6 +8,10 @@ var Deprecations = map[string]telegraf.DeprecationInfo{ Since: "1.7.0", Notice: "use 'inputs.jolokia2' with the 'cassandra.conf' example configuration instead", }, + "cisco_telemetry_gnmi": { + Since: "1.15.0", + Notice: "has been renamed to 'gnmi'", + }, "http_listener": { Since: "1.9.0", Notice: "has been renamed to 'influxdb_listener', use 'inputs.influxdb_listener' or 'inputs.http_listener_v2' instead", @@ -29,6 +33,10 @@ var Deprecations = map[string]telegraf.DeprecationInfo{ Since: "1.4.0", Notice: "use 'inputs.kafka_consumer' instead, NOTE: 'kafka_consumer' only supports Kafka v0.8+", }, + "KNXListener": { + Since: "1.20.1", + Notice: "has been renamed to 'knx_listener'", + }, "logparser": { Since: "1.15.0", Notice: "use 'inputs.tail' with 'grok' data format instead",