Summary
A new feature-bearing release for Telegraf is now available:
- Telegraf 1.40 — Release notes
Table of Contents
You can find the binaries for the latest Telegraf release on our Downloads page. Many thanks to all the open source community members who contributed to this effort!
New plugins
These are the newest plugins, first available in this version:
- Databricks Zerobus output (
outputs.zerobus)- Streams metrics to a Unity Catalog Delta table using the Databricks Zerobus Ingest service over gRPC to directly commit into Delta
- Contributed by zlata-stefanovic-db
- Fritzbox Smarthome input (
inputs.fritzbox_smarthome)- Reads metrics such as lamp state, energy consumption, etc., from Smarthome-capable FRITZ! routers using the AVM Home Automation interface.
- Contributed by hdecarne
Important changes
Here are some changes to highlight:
- Cisco Model-Driven-Telemetry fixes
- Several fixes changed the metric format
- Configured aliases are now respected for microburst and RIB messages, which might result in changes to the metric name
- Spurious, invalid metrics with wrong tag-sets were removed or corrected
- Row numbers are now tagged correctly for table messages
- Smart input fix for power-on-hours
- Power-on-hours are now reported correctly for raw values in
182h+39m+24.879sformat - Previously, those values resulted in the field containing the time in seconds
- Power-on-hours are now reported correctly for raw values in
- Removal of deprecated plugins
inputs.aerospikeinputs.sflowoutputs.amon
- Removal of deprecated plugin options
inputs.kafka_consumerremoval ofconnection_strategyinputs.openstackremoval ofserver_diagnosticsinputs.procstatremoval ofcmdline_tag,pid_tag, andsupervisor_unitinputs.tailremoval offrom_beginning- Use the
telegraf config migratecommand to migrate your configuration
- Elasticsearch query input plugin migration to official library
- Migration to official and maintained libraries
- Additional support for Elasticsearch v7, v8 and v9
Downloads
Head to our Downloads page to get the latest Telegraf release. If you have issues or questions, please join our InfluxDB Community Slack or post them in our InfluxDB GitHub Repo or Community Site, and we will look into them.
InfluxDB University
Learn more about collecting data with Telegraf by taking the free InfluxDB University Data Collection with Telegraf course.