Skip to content

Commit

Permalink
chore(inputs.leofs): deprecate plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DStrand1 committed Nov 4, 2024
1 parent 5793ff6 commit 355a31a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/inputs/deprecations.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ var Deprecations = map[string]telegraf.DeprecationInfo{
RemovalIn: "1.35.0",
Notice: "has been renamed to 'knx_listener'",
},
"leofs": {
Since: "1.33.0",
RemovalIn: "1.40.0",
Notice: "use 'snmp' instead",
},
"logparser": {
Since: "1.15.0",
RemovalIn: "1.35.0",
Expand Down

0 comments on commit 355a31a

Please sign in to comment.