Release Announcement: Telegraf 1.15.3

Navigate to:

A new maintenance release for Telegraf is available now.

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

  1. Agent
    • Fixed a minor agent error message
    • Updated Dockerfiles to Go 1.14
  2. Execd Go Shim (shim)
    • Fixed bug in shim logger affecting AddError
    • Fixed issue with shim use of config.Duration
  3. Event Hub Consumer Input (eventhub_consumer)
    • Fixed an issue with string to integer conversion in the Event Hub Consumer Input Plugin
  4. HTTP Listener Input Plugin (http_listener_v2)
    • HTTP header tags no longer case-sensitive
  5. Modbus Input (modbus)
    • Extended the support of fixed point values on input
  6. Ping Input (ping)
    • Fixed Ping Input plugin for compatibility with FreeBSD ping6 binary
  7. SQL Server Input (sqlserver)
    • Added a new counter for the SQL Server Input Plugin for lock timeouts where the timeout is great than 0
  8. vSphere Input (vsphere)
    • Fixed missing cluster name from the vSphere Input Plugin
  9. Starlark Processor (starlark)
    • Improved the quality of the Starlark documentation by executing them as tests
    • Added code examples, such as pivot, for the Starlark processor
  10. Application Insights Output (application_insights)
    • Added the capability to set the endpoint URL in the Application Insights Output configuration file
  11. Open TSDB Output (opentsdb)
    • Fixed the JSON handling of values NaN and Inf