updated write docs to address PR feedback
parent
dcdc630b6a
commit
fd72e0017f
|
|
@ -21,9 +21,9 @@ to create a bucket.
|
|||
2. Select **Buckets**.
|
||||
3. Click **{{< icon "plus" >}} Create Bucket** in the upper right.
|
||||
4. Enter a **Name** for the bucket.
|
||||
5. Select when to **Delete Data**.
|
||||
Select **Never** to retain data forever.
|
||||
Select **Older than** to choose a specific retention policy.
|
||||
5. Select when to **Delete Data**:
|
||||
- **Never** to retain data forever.
|
||||
- **Older than** to choose a specific retention policy.
|
||||
5. Click **Create** to create the bucket.
|
||||
|
||||
## Create a bucket using the influx CLI
|
||||
|
|
|
|||
|
|
@ -129,8 +129,7 @@ influx write -b bucketName -o orgName -p s @/path/to/line-protocol.txt
|
|||
---
|
||||
|
||||
#### Configure Telegraf Agent
|
||||
1. _See [Automatically create a Telegraf configuration](/v2.0/write-data/use-telegraf/auto-config/#create-a-telegraf-configuration)
|
||||
for more details._
|
||||
1. To configure a Telegraf agent, see [Automatically create a Telegraf configuration](/v2.0/write-data/use-telegraf/auto-config/#create-a-telegraf-configuration).
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -151,8 +150,7 @@ influx write -b bucketName -o orgName -p s @/path/to/line-protocol.txt
|
|||
---
|
||||
|
||||
#### Scrape Metrics
|
||||
1. _See [Create a scraper](/v2.0/write-data/scrape-data/manage-scrapers/create-a-scraper/#create-a-scraper-in-the-influxdb-ui)
|
||||
for more details._
|
||||
1. To scrape metrics, see [Create a scraper](/v2.0/write-data/scrape-data/manage-scrapers/create-a-scraper/#create-a-scraper-in-the-influxdb-ui).
|
||||
|
||||
{{% cloud-msg %}}{{< cloud-name >}} does not support scrapers.
|
||||
{{% /cloud-msg %}}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Its vast library of input plugins and "plug-and-play" architecture lets you quic
|
|||
and easily collect metrics from many different sources.
|
||||
This article describes how to use Telegraf to collect and store data in InfluxDB v2.0.
|
||||
|
||||
_For a list of available plugins, see [Telegraf plugins](/v2.0/reference/telegraf-plugins/)._
|
||||
For a list of available plugins, see [Telegraf plugins](/v2.0/reference/telegraf-plugins/).
|
||||
|
||||
#### Requirements
|
||||
- **Telegraf 1.9.2 or greater**.
|
||||
|
|
|
|||
Loading…
Reference in New Issue