From 1d20f61938455b925474bfe6af868f8ead81252d Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Wed, 8 Apr 2020 13:29:40 -0700 Subject: [PATCH] Updates to write_data with new format (addresses #927 ) --- content/v2.0/write-data/_index.md | 7 +++---- .../scrape-data/manage-scrapers/create-a-scraper.md | 3 +-- .../scrape-data/manage-scrapers/delete-a-scraper.md | 3 +-- .../scrape-data/manage-scrapers/update-a-scraper.md | 3 +-- content/v2.0/write-data/use-telegraf/auto-config/_index.md | 3 +-- .../use-telegraf/auto-config/delete-telegraf-config.md | 3 +-- .../use-telegraf/auto-config/update-telegraf-config.md | 3 +-- .../use-telegraf/auto-config/view-telegraf-config.md | 3 +-- 8 files changed, 10 insertions(+), 18 deletions(-) diff --git a/content/v2.0/write-data/_index.md b/content/v2.0/write-data/_index.md index d4add72dc..0c712da6f 100644 --- a/content/v2.0/write-data/_index.md +++ b/content/v2.0/write-data/_index.md @@ -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) diff --git a/content/v2.0/write-data/scrape-data/manage-scrapers/create-a-scraper.md b/content/v2.0/write-data/scrape-data/manage-scrapers/create-a-scraper.md index 50633b7db..1eb6e903c 100644 --- a/content/v2.0/write-data/scrape-data/manage-scrapers/create-a-scraper.md +++ b/content/v2.0/write-data/scrape-data/manage-scrapers/create-a-scraper.md @@ -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. diff --git a/content/v2.0/write-data/scrape-data/manage-scrapers/delete-a-scraper.md b/content/v2.0/write-data/scrape-data/manage-scrapers/delete-a-scraper.md index 930f5dc8e..f41c4f9fb 100644 --- a/content/v2.0/write-data/scrape-data/manage-scrapers/delete-a-scraper.md +++ b/content/v2.0/write-data/scrape-data/manage-scrapers/delete-a-scraper.md @@ -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**. diff --git a/content/v2.0/write-data/scrape-data/manage-scrapers/update-a-scraper.md b/content/v2.0/write-data/scrape-data/manage-scrapers/update-a-scraper.md index c635da9b7..519ba5847 100644 --- a/content/v2.0/write-data/scrape-data/manage-scrapers/update-a-scraper.md +++ b/content/v2.0/write-data/scrape-data/manage-scrapers/update-a-scraper.md @@ -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. diff --git a/content/v2.0/write-data/use-telegraf/auto-config/_index.md b/content/v2.0/write-data/use-telegraf/auto-config/_index.md index 6334b0e98..9bf903594 100644 --- a/content/v2.0/write-data/use-telegraf/auto-config/_index.md +++ b/content/v2.0/write-data/use-telegraf/auto-config/_index.md @@ -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**. diff --git a/content/v2.0/write-data/use-telegraf/auto-config/delete-telegraf-config.md b/content/v2.0/write-data/use-telegraf/auto-config/delete-telegraf-config.md index 130e9c2b5..1860d9ae9 100644 --- a/content/v2.0/write-data/use-telegraf/auto-config/delete-telegraf-config.md +++ b/content/v2.0/write-data/use-telegraf/auto-config/delete-telegraf-config.md @@ -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**. diff --git a/content/v2.0/write-data/use-telegraf/auto-config/update-telegraf-config.md b/content/v2.0/write-data/use-telegraf/auto-config/update-telegraf-config.md index 48207fb54..6958f7c21 100644 --- a/content/v2.0/write-data/use-telegraf/auto-config/update-telegraf-config.md +++ b/content/v2.0/write-data/use-telegraf/auto-config/update-telegraf-config.md @@ -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. diff --git a/content/v2.0/write-data/use-telegraf/auto-config/view-telegraf-config.md b/content/v2.0/write-data/use-telegraf/auto-config/view-telegraf-config.md index 9435241cf..5dbafc829 100644 --- a/content/v2.0/write-data/use-telegraf/auto-config/view-telegraf-config.md +++ b/content/v2.0/write-data/use-telegraf/auto-config/view-telegraf-config.md @@ -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,