From c1d4da329c8d3a5714ec930cef3d2f0bb174b947 Mon Sep 17 00:00:00 2001 From: stevebang Date: Wed, 6 Feb 2019 14:35:09 -0800 Subject: [PATCH] Move weight and update to new numbering --- content/v2.0/collect-data/_index.md | 2 +- content/v2.0/collect-data/advanced-telegraf.md | 3 ++- content/v2.0/collect-data/scraper-metrics-endpoint.md | 2 +- content/v2.0/collect-data/scraper-quickstart.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/v2.0/collect-data/_index.md b/content/v2.0/collect-data/_index.md index 1edb765a9..e72630784 100644 --- a/content/v2.0/collect-data/_index.md +++ b/content/v2.0/collect-data/_index.md @@ -1,12 +1,12 @@ --- title: Collect data with InfluxDB 2.0 +weight: 2 description: > InfluxDB provides multiple ways to collect time series data including using Telegraf, using InfluxDB's built-in data scraper, and using line protocol. menu: v2_0: name: Collect data - weight: 2 --- The following guides will give you a taste of how you can use the InfluxDB user diff --git a/content/v2.0/collect-data/advanced-telegraf.md b/content/v2.0/collect-data/advanced-telegraf.md index 812dbee95..89beabd1a 100644 --- a/content/v2.0/collect-data/advanced-telegraf.md +++ b/content/v2.0/collect-data/advanced-telegraf.md @@ -1,5 +1,6 @@ --- title: Create a Telegraf configuration +weight: 103 seotitle: Create a Telegraf configuration description: > Use the InfluxDB UI to create Telegraf configurations for collecting metrics data. @@ -7,7 +8,7 @@ menu: v2_0: name : Create a Telegraf configuration parent: Collect data - weight: 2 + --- {{% note %}} diff --git a/content/v2.0/collect-data/scraper-metrics-endpoint.md b/content/v2.0/collect-data/scraper-metrics-endpoint.md index 1d7c9d457..a2f758271 100644 --- a/content/v2.0/collect-data/scraper-metrics-endpoint.md +++ b/content/v2.0/collect-data/scraper-metrics-endpoint.md @@ -1,5 +1,6 @@ --- title: Scrape data using the /metrics endpoint +weight: 102 seotitle: Scrape data using the /metrics endpoint description: > Use the InfluxDB UI to configure a scraper with a /metrics endpoint for collecting metrics from InfluxDB instances or third-party systems. @@ -7,7 +8,6 @@ menu: v2_0: name: Scrape data using the /metrics endpoint parent: Collect data - weight: 1 --- An InfluxDB scraper collects data from specified targets at regular intervals and then writes the scraped data to a bucket. Scrapers can capture hardware and OS metrics from third-party systems or even from InfluxDB instances. In InfluxDB 2.0, the metrics are scraped from diff --git a/content/v2.0/collect-data/scraper-quickstart.md b/content/v2.0/collect-data/scraper-quickstart.md index 3dbdb0fbc..fdcd4f9a2 100644 --- a/content/v2.0/collect-data/scraper-quickstart.md +++ b/content/v2.0/collect-data/scraper-quickstart.md @@ -1,5 +1,6 @@ --- title: Quick start to data collection +weight: 101 seotitle: Quick start to data collection description: > Use Quick Start to create a scraper to collect InfluxDB metrics into a bucket. @@ -7,7 +8,6 @@ menu: v2_0: name: Quick start to data collection parent: Collect data - weight: 1 --- >**Note:** The steps below are available on a page that appears after you complete the initial configuration described in [Set up InfluxDB](/v2.0/get-started/#setup-influxdb). After clicking one of the three options, the page is no longer available.