Telegraf Output Plugins
Telegraf Output Plugins are used to send metrics to a variety of datastores like InfluxDB.
telegrafTelegraf Plugin System Overview
Telegraf offers users hundreds of plugins to choose from. In this video, learn about the plugin ecosystem, the different types of plugins available, and walks through an example to explain how a plugin works.
Why use a Telegraf Output Plugin
Telegraf Output plugins are used to send metrics to a variety of datastores such as InfluxDB and Graphite, services such as Azure Data explorer, and messaging queues like Kafka.
Efficient data collector
Telegraf offers flexible processing to turn the messiest data into consistent clean data as it’s coming into your database on whatever time interval. You can filter and route specific metrics to a specific data source saving time and storage space.
Open source
Telegraf is an open source plugin-driven server agent for collecting and reporting metrics and is distributed under the MIT license. You can also build a plugin in your favorite language to extend your metric collection to include any custom metric you may have.
Native support for InfluxDB
Telegraf’s plugin-driven architecture and lightweight footprint requires no external dependencies. Telegraf can run directly on the server, VM, or container from which you wish to ingest metrics or in a centralized location that polls the desired services.
Telegraf Output Plugin key capabilities
Support for a variety of datastores
Flexible Parser
Robust Scheduler
Ask a Telegraf Pro: How do improvements land in Telegraf?
Resources
Read, watch, and advance your knowledge by taking advantage of our content library.
How to Write a Telegraf Plugin
Watch this video to learn how to write your own Telegraf plugin.
Watch nowSending Metrics to InfluxDB
Watch this video to learn how Telegraf can make your life easier.
Watch now