Configuring Telegraf

This is archived documentation for InfluxData product versions that are no longer maintained. For newer documentation, see the latest InfluxData documentation.

Configuring Telegraf

Create a configuration file with default input and output plugins.

Every plugin will be in the file, but most will be commented.

telegraf -sample-config > telegraf.conf

Create a configuration file with specific inputs and outputs

telegraf -sample-config -input-filter <pluginname>[:<pluginname>] -output-filter <outputname>[:<outputname>] > telegraf.conf

For more advanced configuration details, see the Telegraf configuration doc

Note: In most cases, you will need to edit the configuration file to match your needs.

Running Telegraf on Windows

For information about how to run Telegraf as a Windows service, see the Telegraf Windows Service doc