Move weight and update to new numbering

pull/35/head
stevebang 2019-02-06 14:35:09 -08:00
parent 29e4879ba3
commit c1d4da329c
4 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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 %}}

View File

@ -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

View File

@ -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.