Address PR feedback
parent
b632a36d9b
commit
801d0d0c29
|
@ -18,9 +18,8 @@ related:
|
|||
- /v2.0/reference/cli/influx/write
|
||||
---
|
||||
|
||||
Collect and write time series data to InfluxDB using [line protocol](/v2.0/reference/syntax/line-protocol),
|
||||
Telegraf, data scrapers, the InfluxDB v2 API, `influx` command line interface (CLI),
|
||||
the InfluxDB user interface (UI), client libraries, and third-party technologies.
|
||||
Collect and write time series data to InfluxDB Cloud and InfluxDB OSS. Discover how to quickly start collecting data, and then explore other ways to write data using no-code solutions or developer tools.
|
||||
|
||||
|
||||
- [What you'll need](#what-you-ll-need)
|
||||
- [Quickly start collecting data](#quickly-start-collecting-data)
|
||||
|
@ -87,6 +86,8 @@ Familiarize yourself with querying, visualizing, and processing data in InfluxDB
|
|||
Use **InfluxDB Cloud** demo data buckets for quick and easy access to different
|
||||
types of demo data that let you explore and familiarize yourself with InfluxDB Cloud.
|
||||
|
||||
{{< youtube GSaByPC1Bdc >}}
|
||||
|
||||
- [Add a demo data bucket](#add-a-demo-data-bucket)
|
||||
- [Explore demo data](#explore-demo-data)
|
||||
- [View demo data dashboards](#view-demo-data-dashboards)
|
||||
|
|
|
@ -11,6 +11,6 @@ menu:
|
|||
parent: Write data
|
||||
---
|
||||
|
||||
Write data to InfluxDB with development tools.
|
||||
Write data to InfluxDB with developer tools.
|
||||
|
||||
{{< children >}}
|
|
@ -9,9 +9,11 @@ menu:
|
|||
v2_0:
|
||||
name: Influx CLI
|
||||
parent: Developer tools
|
||||
related:
|
||||
- /v2.0/write-data/developer-tools/csv/
|
||||
---
|
||||
|
||||
From the command line, use the [`influx write` command](/v2.0/reference/cli/influx/write/) to write data to InfluxDB.
|
||||
To write data from the command line, use the [`influx write` command](/v2.0/reference/cli/influx/write/).
|
||||
Include the following in your command:
|
||||
|
||||
| Requirement | Include by |
|
|
@ -14,6 +14,6 @@ menu:
|
|||
parent: Write data
|
||||
---
|
||||
|
||||
The following options let you write data to InfluxDB without writing any code.
|
||||
The following options let you write data to InfluxDB without writing any code. Some options require a minimal amount of configuration.
|
||||
|
||||
{{< children >}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Telegraf (agent-based)
|
||||
title: Telegraf (agent)
|
||||
seotitle: Use the Telegraf agent to collect and write data
|
||||
list_title: Use the Telegraf agent
|
||||
weight: 101
|
||||
|
@ -11,7 +11,7 @@ aliases:
|
|||
- /v2.0/collect-data/use-telegraf
|
||||
menu:
|
||||
v2_0:
|
||||
name: Telegraf (agent-based)
|
||||
name: Telegraf (agent)
|
||||
parent: No-code solutions
|
||||
---
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ aliases:
|
|||
- /v2.0/collect-data/use-telegraf/auto-config
|
||||
menu:
|
||||
v2_0:
|
||||
parent: Telegraf (agent-based)
|
||||
parent: Telegraf (agent)
|
||||
weight: 201
|
||||
---
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ aliases:
|
|||
- /v2.0/collect-data/use-telegraf/manual-config
|
||||
menu:
|
||||
v2_0:
|
||||
parent: Telegraf (agent-based)
|
||||
parent: Telegraf (agent)
|
||||
weight: 202
|
||||
v2.0/tags: [manually, plugin, mqtt]
|
||||
---
|
||||
|
|
|
@ -7,7 +7,7 @@ aliases:
|
|||
menu:
|
||||
v2_0:
|
||||
name: Use Telegraf plugins
|
||||
parent: Telegraf (agent-based)
|
||||
parent: Telegraf (agent)
|
||||
weight: 202
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue