Move weight and update to new numbering
parent
29e4879ba3
commit
c1d4da329c
|
@ -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
|
||||
|
|
|
@ -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 %}}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue