Release Announcement: Telegraf 1.9.2

Navigate to:

A new maintenance release for Telegraf is available now.

This maintenance release of Telegraf 1.9.2 includes improvements to the following plugins:

  1. Agent
    • Now applies global and plugin level metric modifications before filtering
    • Fixed an issue where the original metric was modified by aggregator filters
  2. AMQP Consumer Input (amqp_consumer)
    • Fixed an issue where this plugin would stop consuming on an empty message
  3. Azure Monitor Output (azure_monitor)
    • Fixed an error which happens when sending empty tag value to this output
  4. Ceph Storage Input (ceph)
    • Fixed a typo in the num_remapped_pgs field
  5. Docker Input (docker)
    • This plugin no longer panics when the url is not properly configured
  6. Network Response Input (net_response)
    • Now allows non-local UDP connections
  7. Parser Processor (parser)
    • Fixed the TOML option names
  8. Prometheus Input (prometheus)
    • Fixed a panic that happened when this plugin is shutdown
  9. SQL Server Input (sqlserver)
    • Removed the storage calculation for SQL Server instances that are NOT Azure Managed Instances; this reduces the time it takes to get this data on an instance with a lot of databases and/or database files.
    • Added the SQL Server version back to the server properties query
  10. Strings Processor (strings)
    • Fixed an issue where multiple replace not working
  11. Syslog Input (syslog)
    • Added support for non-transparent framing of syslog messages
  12. Varnish Input (varnish)
    • With a large amount of configs loaded, varnishstat can take slightly longer to run. We increased the timeout from 200ms to 500ms.
  13. Windows Performance Counters Input (win_perf_counters)
    • Added PDH_NO_DATA to the known counter error codes

The binaries for the latest open source release can be found on our downloads page.