Updates to write_data with new format (addresses #927 )
parent
82d8cba036
commit
1d20f61938
|
@ -87,10 +87,9 @@ To quickly start writing data, use the provided user interface.
|
|||
where you're hosting the UI (by default, **localhost:9999**).
|
||||
- _**InfluxDB 2.0 Cloud**_:
|
||||
In your browser, go to https://cloud2.influxdata.com/.
|
||||
2. Click **Data** in the navigation menu on the left.
|
||||
3. Select **Buckets**.
|
||||
4. Under the bucket you want to write data to, click **{{< icon "plus" >}} Add Data**.
|
||||
5. Select from the following options:
|
||||
2. In the navigation menu on the left, select **Data** (**Load Data**) > **Buckets**.
|
||||
3. Under the bucket you want to write data to, click **{{< icon "plus" >}} Add Data**.
|
||||
4. Select from the following options:
|
||||
|
||||
- [Configure Telegraf Agent](#configure-telegraf-agent)
|
||||
- [Line Protocol](#line-protocol)
|
||||
|
|
|
@ -13,11 +13,10 @@ weight: 301
|
|||
Create a new scraper in the InfluxDB user interface (UI).
|
||||
|
||||
## Create a scraper in the InfluxDB UI
|
||||
1. Click **Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data** (**Load Data**) > **Scrapers**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
|
||||
2. Click **Scrapers**.
|
||||
3. Click **{{< icon "plus" >}} Create Scraper**.
|
||||
4. Enter a **Name** for the scraper.
|
||||
5. Select a **Bucket** to store the scraped data.
|
||||
|
|
|
@ -13,10 +13,9 @@ weight: 303
|
|||
Delete a scraper from the InfluxDB user interface (UI).
|
||||
|
||||
## Delete a scraper from the InfluxDB UI
|
||||
1. Click **Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data** (**Load Data**) > **Scrapers**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
|
||||
2. Click **Scrapers**.
|
||||
3. Hover over the scraper you want to delete and click the **{{< icon "delete" >}}** icon.
|
||||
4. Click **Delete**.
|
||||
|
|
|
@ -18,10 +18,9 @@ To modify either, [create a new scraper](/v2.0/write-data/scrape-data/manage-scr
|
|||
{{% /note %}}
|
||||
|
||||
## Update a scraper in the InfluxDB UI
|
||||
1. Click **Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data** (**Load Data**) > **Scrapers**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
|
||||
2. Click **Scrapers**.
|
||||
3. Hover over the scraper you would like to update and click the **{{< icon "pencil" >}}** that appears next to the scraper name.
|
||||
4. Enter a new name for the scraper. Press Return or click out of the name field to save the change.
|
||||
|
|
|
@ -30,11 +30,10 @@ for using Telegraf with InfluxDB v2.0._
|
|||
## Create a Telegraf configuration
|
||||
|
||||
1. Open the InfluxDB UI _(default: [localhost:9999](http://localhost:9999))_.
|
||||
2. Click **Data** in the left navigation menu.
|
||||
2. In the navigation menu on the left, select **Data** (**Load Data**) > **Telegraf**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
|
||||
3. Select **Telegraf**.
|
||||
4. Click **{{< icon "plus" >}} Create Configuration**.
|
||||
5. In the **Bucket** dropdown, select the bucket where Telegraf will store collected data.
|
||||
6. Select one or more of the available plugin groups and click **Continue**.
|
||||
|
|
|
@ -12,11 +12,10 @@ weight: 303
|
|||
|
||||
To delete a Telegraf configuration:
|
||||
|
||||
1. Click **Data** in the left navigation menu.
|
||||
1. In the navigation menu on the left, select **Data** (**Load Data**) > **Telegraf**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
|
||||
2. Select **Telegraf**.
|
||||
3. Hover over the configuration you want to delete, click the **{{< icon "trash" >}}**
|
||||
icon, and click **Delete**.
|
||||
|
||||
|
|
|
@ -17,11 +17,10 @@ of a Telegraf configuration created in the UI.
|
|||
You cannot modify Telegraf settings in existing Telegraf configurations through the UI.
|
||||
{{% /note %}}
|
||||
|
||||
1. Click **Data** in left the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data** (**Load Data**) > **Telegraf**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
|
||||
2. Select **Telegraf**.
|
||||
3. Hover over the configuration you want to edit and click **{{< icon "pencil" >}}**
|
||||
to update the name or description.
|
||||
4. Press Return or click out of the editable field to save your changes.
|
||||
|
|
|
@ -14,11 +14,10 @@ weight: 301
|
|||
|
||||
View Telegraf configuration information in the InfluxDB user interface (UI):
|
||||
|
||||
1. Click **Data** in the navigation bar.
|
||||
- In the navigation menu on the left, select **Data** (**Load Data**) > **Telegraf**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
|
||||
2. Click **Telegraf**.
|
||||
|
||||
### View and download the telegraf.conf
|
||||
To view the actual `telegraf.conf` associated with the configuration,
|
||||
|
|
Loading…
Reference in New Issue