Telegraf 1.26.0 Release Includes Static Linux Builds, State Persistence, OpenSearch Query, and Windows Management Instrumentation
By
Josh Powers /
Product
Mar 16, 2023
Navigate to:
A new feature-bearing release for Telegraf is now available:
- Telegraf 1.26.0 — Release notes
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!
Key new features
- Static Builds
- Linux builds are now statically built. Other operating systems were cross-built in the past and as a result, already static.
- Users should not notice any change in behavior.
- The
_static
specific Linux binary is no longer produced as a result.
- Default Configuration
- The
telegraf config
command and default config file provided by Telegraf now includes all plugins and produces the same output across all operating systems. - Plugin comments specify supported platform(s).
- The
- State Persistence
- State persistence is now available in select plugins.
- This allows plugins to start collecting data where they left off. A configuration with state persistence cannot change or it will not be able to recover.
New inputs
- OpenSearch Query (
opensearch_query
)- Gather metrics from OpenSearch query endpoints.
- Contributed by NullOranje.
- P4 Runtime (
p4runtime
)- Collects metrics from P4 programmable pipelines over gRPC.
- Contributed by jokuniew.
- Radius (
radius
)- Collects authentication response time metrics from Radius.
- Contributed by Hr0bar.
- Windows Management Instrumentation (
win_wmi
)- Enable queries of Windows Management Instrumentation (WMI) classes.
- Contributed by julesroussel3.
New parsers
- Apache Avro (
avro
)- Support the Apache Avro format.
- Contributed by athornton.
New processors
- Lookup (
lookup
)- Read specific files and apply a table of annotations to metrics.
- Contributed by srebhan.
Downloads
Head to our Downloads page to get the latest Telegraf release. If you find issues or have questions, please join our InfluxDB Community Slack, post them in our InfluxDB GitHub Repo, or our Community Site, and we will take a look.
InfluxDB University
Learn more about collecting data with Telegraf by taking the free InfluxDB University Data Collection with Telegraf course.
Call for testing
Please fill out this form if you are interested in being included in testing bug fixes and features for plugins and systems you are using. Telegraf maintainers will tag you on pull requests to test artifacts. This will help us better address bugs that may arise after a release.