From fb6a008855d861119aa796b74f69fba765f0a565 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 24 Jul 2020 15:42:31 -0600 Subject: [PATCH] hotfix: typos and additional clarification in telegraf create doc --- content/v2.0/telegraf-configs/create.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/v2.0/telegraf-configs/create.md b/content/v2.0/telegraf-configs/create.md index 74373489f..42f9982ba 100644 --- a/content/v2.0/telegraf-configs/create.md +++ b/content/v2.0/telegraf-configs/create.md @@ -21,7 +21,7 @@ To create a Telegraf configuration, do one of the following: - [Use the InfluxDB UI](#use-the-influxdb-ui) - [Use the `influx` CLI](#use-the-influx-cli) -- [Create a custom Telegraf configurations](#create-a-custom-telegraf-configurations) +- [Create a custom Telegraf configuration](#create-a-custom-telegraf-configuration) ## Use the InfluxDB UI Use the InfluxDB UI to automatically generate and store new Telegraf configurations in InfluxDB. @@ -30,8 +30,9 @@ and generates a Telegraf configuration to collect metrics from those technologie For more information, see [Automatically configure Telegraf](/v2.0/write-data/no-code/use-telegraf/auto-config/). Telegraf has an extensive list of plugins for many different technologies and use cases. -Not all options are available through the InfluxDB UI, but you can -[create and upload custom Telegraf configurations to InfluxDB](#create-custom-influxdb-telegraf-configurations). +Not all plugins are available through the InfluxDB UI, but you can +[create and upload custom Telegraf configurations](#create-custom-influxdb-telegraf-configuration) +that include any of the available [Telegraf plugins](/v2.0/reference/telegraf-plugins). ## Use the influx CLI Use the [`influx telegrafs create` command](/v2.0/reference/cli/influx/telegrafs/create/) @@ -63,7 +64,7 @@ influx telegrafs create \ -f /path/to/telegraf.conf ``` -## Create a custom Telegraf configurations +## Create a custom Telegraf configuration 1. Create a custom Telegraf configuration file that includes the `outputs.influxdb_v2` output plugin. _See [Manually configure Telegraf](/v2.0/write-data/no-code/use-telegraf/manual-config/)_