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 every plugin and output

telegraf -sample-config > telegraf.conf

Create a configuration file with specific plugins and outputs

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

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