Telegraf
Release Announcement: Telegraf 1.17.1
A new maintenance release for Telegraf is available now. Telegraf 1.17.1 release notes This maintenance release of Telegraf includes the following improvements: Added Event Log support for Windows platforms CSV Parser (csv) Added the ability to define an array of string...
Building a Telegraf Assistant - UC Berkeley Codebase
This article was written by Codebase, a UC Berkeley student organization. Hello InfluxData community! We are a team from Codebase, a UC Berkeley student organization that builds software projects for high-growth tech companies. This past semester, the eight of us had...
Running InfluxDB 2.0 and Telegraf Using Docker
This post was originally published in January 2021, and in an effort to keep it relevant, we updated it in December 2022. The code associated with this blog can be found in this repo. While the Docker buzz has faded a...
Release Announcement: Telegraf 1.17.0
A new feature-bearing release for Telegraf is now available: Telegraf 1.17.0 release notes The binaries for the latest open source release can be found on our downloads page. Many thanks to the 50+ open source community members who contributed to this...
Release Announcement: Telegraf 1.16.3
A new maintenance release for Telegraf is available now. Telegraf 1.16.3 release notes This maintenance release of Telegraf includes the following improvements: Updated godirwalk to 1.16.1 for Dragonfly BSD support CSV Parser (csv) Fixed an issue where the CSV timestamp was being...
Release Announcement: Telegraf 1.16.2
A new maintenance release for Telegraf is available now. Telegraf 1.16.2 release notes This maintenance release of Telegraf includes improvements to the following plugins: CSV Parser (csv) Fixed parsing multiple CSV files with different headers DC/OS Input (dcos) Fixed a high...
Release Announcement: Telegraf 1.16.1
A new maintenance release for Telegraf is available now. Telegraf 1.16.1 release notes This maintenance release of Telegraf includes improvements to the following plugins: Kafka Input and Output (kafka) Kafka SASL-mechanism authentication support for SCRAM-SHA-256, SCRAM-SHA-512, GSSAPI SQL Server Input (sqlserver)...
Release Announcement: Telegraf 1.16.0
A new feature-bearing release for Telegraf is now available Telegraf 1.16.0 release notes The binaries for the latest open source release can be found on our downloads page. Many thanks to the 60+ open source community members who contributed to this...
Release Announcement: Telegraf 1.15.3
A new maintenance release for Telegraf is available now. Telegraf 1.15.3 release notes This maintenance release of Telegraf includes improvements to the following plugins: Agent Fixed a minor agent error message Updated Dockerfiles to Go 1.14 Execd Go Shim (shim) Fixed bug in...
Getting Started with Sending StatsD Metrics to Telegraf & InfluxDB
This tutorial will walk you through sending StatsD metrics to Telegraf. StatsD is a simple protocol for sending application metrics via UDP. These metrics can be sent to a Telegraf instance, where they are aggregated and periodically flushed to InfluxDB or...