diff --git a/content/v2.0/organizations/buckets/create-bucket.md b/content/v2.0/organizations/buckets/create-bucket.md index c856f2548..6616e838a 100644 --- a/content/v2.0/organizations/buckets/create-bucket.md +++ b/content/v2.0/organizations/buckets/create-bucket.md @@ -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 diff --git a/content/v2.0/write-data/_index.md b/content/v2.0/write-data/_index.md index 542844b19..909e9ba52 100644 --- a/content/v2.0/write-data/_index.md +++ b/content/v2.0/write-data/_index.md @@ -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 %}} diff --git a/content/v2.0/write-data/use-telegraf/_index.md b/content/v2.0/write-data/use-telegraf/_index.md index 508516b3e..ed233bab4 100644 --- a/content/v2.0/write-data/use-telegraf/_index.md +++ b/content/v2.0/write-data/use-telegraf/_index.md @@ -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**.