diff --git a/content/v2.0/collect-data/use-telegraf/auto-config/_index.md b/content/v2.0/collect-data/use-telegraf/auto-config/_index.md index d78da21e7..e752ad740 100644 --- a/content/v2.0/collect-data/use-telegraf/auto-config/_index.md +++ b/content/v2.0/collect-data/use-telegraf/auto-config/_index.md @@ -69,7 +69,7 @@ export INFLUX_TOKEN=YourAuthenticationToken Start the Telegraf service using the `-config` flag to specify the URL of your generated configuration file. Telegraf starts using the Telegraf configuration pulled from InfluxDB API. -_See the configuration **Setup Details** for the exact command._ +_See the configuration **Setup Instructions** for the exact command._ ```sh telegraf -config http://localhost:9999/api/v2/telegrafs/0xoX00oOx0xoX00o diff --git a/content/v2.0/collect-data/use-telegraf/auto-config/view-telegraf-config.md b/content/v2.0/collect-data/use-telegraf/auto-config/view-telegraf-config.md index ca6ed5419..1f6436fe9 100644 --- a/content/v2.0/collect-data/use-telegraf/auto-config/view-telegraf-config.md +++ b/content/v2.0/collect-data/use-telegraf/auto-config/view-telegraf-config.md @@ -2,7 +2,7 @@ title: View a Telegraf configuration seotitle: View a Telegraf configuration in the InfluxDB UI description: > - View the `telegraf.conf` and setup details associated with a Telegraf configuration + View the `telegraf.conf` and setup instructions associated with a Telegraf configuration created in the InfluxDB UI. menu: v2_0: @@ -23,10 +23,12 @@ View Telegraf configuration information in the InfluxDB user interface (UI): {{< img-hd src="/img/2-0-telegraf-config-view.png" />}} -### View the telegraf.conf -To view the actual `telegraf.conf` associated with the configuration, click **View**. +### View and download the telegraf.conf +To view the actual `telegraf.conf` associated with the configuration, +click the **Name** of the configuration. +Then click **Download Config** to download the file. -### View the setup details -To view the setup instructions, click **Setup Details**. -Setup details include commands for adding your InfluxDB authentication token as an environment -variable and starting Telegraf with the specific configuration. +### View the setup instructions +To view the setup instructions, click **Setup Instructions**. +Setup instructions include commands for adding your InfluxDB authentication token +as an environment variable and starting Telegraf with the specific configuration. diff --git a/static/img/2-0-telegraf-config-delete.png b/static/img/2-0-telegraf-config-delete.png index ffd28c319..56c30d452 100644 Binary files a/static/img/2-0-telegraf-config-delete.png and b/static/img/2-0-telegraf-config-delete.png differ diff --git a/static/img/2-0-telegraf-config-update.png b/static/img/2-0-telegraf-config-update.png index fa885a882..a72f6bfe4 100644 Binary files a/static/img/2-0-telegraf-config-update.png and b/static/img/2-0-telegraf-config-update.png differ diff --git a/static/img/2-0-telegraf-config-view.png b/static/img/2-0-telegraf-config-view.png index 39270ffe5..55539875a 100644 Binary files a/static/img/2-0-telegraf-config-view.png and b/static/img/2-0-telegraf-config-view.png differ