updated telegraf config management docs
parent
c9968e9655
commit
317836ea6e
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 76 KiB |
Loading…
Reference in New Issue