Updates to write_data with new format (addresses #927 )

pull/935/head
noramullen1 2020-04-08 13:29:40 -07:00
parent 82d8cba036
commit 1d20f61938
8 changed files with 10 additions and 18 deletions

View File

@ -87,10 +87,9 @@ To quickly start writing data, use the provided user interface.
where you're hosting the UI (by default, **localhost:9999**). where you're hosting the UI (by default, **localhost:9999**).
- _**InfluxDB 2.0 Cloud**_: - _**InfluxDB 2.0 Cloud**_:
In your browser, go to https://cloud2.influxdata.com/. In your browser, go to https://cloud2.influxdata.com/.
2. Click **Data** in the navigation menu on the left. 2. In the navigation menu on the left, select **Data** (**Load Data**) > **Buckets**.
3. Select **Buckets**. 3. Under the bucket you want to write data to, click **{{< icon "plus" >}} Add Data**.
4. Under the bucket you want to write data to, click **{{< icon "plus" >}} Add Data**. 4. Select from the following options:
5. Select from the following options:
- [Configure Telegraf Agent](#configure-telegraf-agent) - [Configure Telegraf Agent](#configure-telegraf-agent)
- [Line Protocol](#line-protocol) - [Line Protocol](#line-protocol)

View File

@ -13,11 +13,10 @@ weight: 301
Create a new scraper in the InfluxDB user interface (UI). Create a new scraper in the InfluxDB user interface (UI).
## Create a scraper in the InfluxDB 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" >}} {{< nav-icon "load data" >}}
2. Click **Scrapers**.
3. Click **{{< icon "plus" >}} Create Scraper**. 3. Click **{{< icon "plus" >}} Create Scraper**.
4. Enter a **Name** for the scraper. 4. Enter a **Name** for the scraper.
5. Select a **Bucket** to store the scraped data. 5. Select a **Bucket** to store the scraped data.

View File

@ -13,10 +13,9 @@ weight: 303
Delete a scraper from the InfluxDB user interface (UI). Delete a scraper from the InfluxDB user interface (UI).
## Delete a scraper from the InfluxDB 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" >}} {{< nav-icon "load data" >}}
2. Click **Scrapers**.
3. Hover over the scraper you want to delete and click the **{{< icon "delete" >}}** icon. 3. Hover over the scraper you want to delete and click the **{{< icon "delete" >}}** icon.
4. Click **Delete**. 4. Click **Delete**.

View File

@ -18,10 +18,9 @@ To modify either, [create a new scraper](/v2.0/write-data/scrape-data/manage-scr
{{% /note %}} {{% /note %}}
## Update a scraper in the InfluxDB UI ## 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" >}} {{< 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. 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. 4. Enter a new name for the scraper. Press Return or click out of the name field to save the change.

View File

@ -30,11 +30,10 @@ for using Telegraf with InfluxDB v2.0._
## Create a Telegraf configuration ## Create a Telegraf configuration
1. Open the InfluxDB UI _(default: [localhost:9999](http://localhost:9999))_. 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" >}} {{< nav-icon "load data" >}}
3. Select **Telegraf**.
4. Click **{{< icon "plus" >}} Create Configuration**. 4. Click **{{< icon "plus" >}} Create Configuration**.
5. In the **Bucket** dropdown, select the bucket where Telegraf will store collected data. 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**. 6. Select one or more of the available plugin groups and click **Continue**.

View File

@ -12,11 +12,10 @@ weight: 303
To delete a Telegraf configuration: 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" >}} {{< nav-icon "load data" >}}
2. Select **Telegraf**.
3. Hover over the configuration you want to delete, click the **{{< icon "trash" >}}** 3. Hover over the configuration you want to delete, click the **{{< icon "trash" >}}**
icon, and click **Delete**. icon, and click **Delete**.

View File

@ -17,11 +17,10 @@ of a Telegraf configuration created in the UI.
You cannot modify Telegraf settings in existing Telegraf configurations through the UI. You cannot modify Telegraf settings in existing Telegraf configurations through the UI.
{{% /note %}} {{% /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" >}} {{< nav-icon "load data" >}}
2. Select **Telegraf**.
3. Hover over the configuration you want to edit and click **{{< icon "pencil" >}}** 3. Hover over the configuration you want to edit and click **{{< icon "pencil" >}}**
to update the name or description. to update the name or description.
4. Press Return or click out of the editable field to save your changes. 4. Press Return or click out of the editable field to save your changes.

View File

@ -14,11 +14,10 @@ weight: 301
View Telegraf configuration information in the InfluxDB user interface (UI): 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" >}} {{< nav-icon "load data" >}}
2. Click **Telegraf**.
### View and download the telegraf.conf ### View and download the telegraf.conf
To view the actual `telegraf.conf` associated with the configuration, To view the actual `telegraf.conf` associated with the configuration,