Reorganized with no code and development tools sections
parent
ef4c40f0ba
commit
1bad697112
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
title: Agent-less options
|
|
||||||
seotitle: Write data with agent-less options
|
|
||||||
list_title: Write data with agent-less options
|
|
||||||
weight: 101
|
|
||||||
description: >
|
|
||||||
Write data to InfluxDB without deploying software.
|
|
||||||
|
|
||||||
aliases:
|
|
||||||
- /v2.0/collect-data/advanced-telegraf
|
|
||||||
- /v2.0/collect-data/use-telegraf
|
|
||||||
menu:
|
|
||||||
v2_0:
|
|
||||||
name : Agent-less options
|
|
||||||
parent: Write data
|
|
||||||
---
|
|
||||||
|
|
||||||
The following options let you write data to InfluxDB without deploying any additional software.
|
|
||||||
|
|
||||||
{{< children >}}
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
title: Development tools
|
||||||
|
seotitle: Write data to InfluxDB with development tools
|
||||||
|
list_title: Write data to InfluxDB with development tools
|
||||||
|
weight: 101
|
||||||
|
description: >
|
||||||
|
Write data to InfluxDB with development tools.
|
||||||
|
aliases:
|
||||||
|
menu:
|
||||||
|
v2_0:
|
||||||
|
name : Development tools
|
||||||
|
parent: Write data
|
||||||
|
---
|
||||||
|
|
||||||
|
The following options let you write data to InfluxDB without writing any code.
|
||||||
|
|
||||||
|
{{< children >}}
|
|
@ -9,7 +9,7 @@ aliases:
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name : InfluxDB API
|
name : InfluxDB API
|
||||||
parent: Write data
|
parent: Development tools
|
||||||
---
|
---
|
||||||
Write data to InfluxDB using an HTTP request to the InfluxDB API `/write` endpoint.
|
Write data to InfluxDB using an HTTP request to the InfluxDB API `/write` endpoint.
|
||||||
Use the `POST` request method and include the following in your request:
|
Use the `POST` request method and include the following in your request:
|
|
@ -9,7 +9,7 @@ aliases:
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name : Client libraries
|
name : Client libraries
|
||||||
parent: Write data
|
parent: Development tools
|
||||||
---
|
---
|
||||||
|
|
||||||
Use language-specific client libraries to integrate with the InfluxDB v2 API.
|
Use language-specific client libraries to integrate with the InfluxDB v2 API.
|
|
@ -7,7 +7,7 @@ description: >
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name: Write CSV data
|
name: Write CSV data
|
||||||
parent: Write data
|
parent: Development tools
|
||||||
weight: 104
|
weight: 104
|
||||||
related:
|
related:
|
||||||
- /v2.0/reference/syntax/line-protocol/
|
- /v2.0/reference/syntax/line-protocol/
|
|
@ -9,7 +9,7 @@ aliases:
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name : Influx CLI
|
name : Influx CLI
|
||||||
parent: Write data
|
parent: Development tools
|
||||||
---
|
---
|
||||||
|
|
||||||
From the command line, use the [`influx write` command](/v2.0/reference/cli/influx/write/) to write data to InfluxDB.
|
From the command line, use the [`influx write` command](/v2.0/reference/cli/influx/write/) to write data to InfluxDB.
|
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
title: No-code solutions
|
||||||
|
seotitle: Write data to InfluxDB without coding
|
||||||
|
list_title: Write data to InfluxDB without coding
|
||||||
|
weight: 101
|
||||||
|
description: >
|
||||||
|
Write data to InfluxDB without writing code.
|
||||||
|
aliases:
|
||||||
|
- /v2.0/collect-data/advanced-telegraf
|
||||||
|
- /v2.0/collect-data/use-telegraf
|
||||||
|
menu:
|
||||||
|
v2_0:
|
||||||
|
name : No-code solutions
|
||||||
|
parent: Write data
|
||||||
|
---
|
||||||
|
|
||||||
|
The following options let you write data to InfluxDB without writing any code.
|
||||||
|
|
||||||
|
{{< children >}}
|
|
@ -6,10 +6,11 @@ weight: 103
|
||||||
description: >
|
description: >
|
||||||
Write data to InfluxDB using third-party technologies.
|
Write data to InfluxDB using third-party technologies.
|
||||||
aliases:
|
aliases:
|
||||||
|
- /v2.0/write-data/#third-party-technologies
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name : Third-party technologies
|
name : Third-party technologies
|
||||||
parent: Agent-less options
|
parent: No-code solutions
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Agent-based Telegraf
|
title: Telegraf (agent-based)
|
||||||
seotitle: Use the Telegraf agent to collect and write data
|
seotitle: Use the Telegraf agent to collect and write data
|
||||||
list_title: Use the Telegraf agent
|
list_title: Use the Telegraf agent
|
||||||
weight: 101
|
weight: 101
|
||||||
|
@ -11,8 +11,8 @@ aliases:
|
||||||
- /v2.0/collect-data/use-telegraf
|
- /v2.0/collect-data/use-telegraf
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name : Agent-based Telegraf
|
name : Telegraf (agent-based)
|
||||||
parent: Write data
|
parent: No-code solutions
|
||||||
---
|
---
|
||||||
|
|
||||||
[Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) is InfluxData's
|
[Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) is InfluxData's
|
|
@ -9,7 +9,7 @@ aliases:
|
||||||
- /v2.0/collect-data/use-telegraf/manual-config
|
- /v2.0/collect-data/use-telegraf/manual-config
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
parent: Agent-based Telegraf
|
parent: Telegraf (agent-based)
|
||||||
weight: 202
|
weight: 202
|
||||||
v2.0/tags: [manually, plugin, mqtt]
|
v2.0/tags: [manually, plugin, mqtt]
|
||||||
---
|
---
|
|
@ -5,7 +5,7 @@ description: >
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name: Use Telegraf plugins
|
name: Use Telegraf plugins
|
||||||
parent: Agent-based Telegraf
|
parent: Telegraf (agent-based)
|
||||||
weight: 202
|
weight: 202
|
||||||
---
|
---
|
||||||
The following articles guide you through step-by-step Telegraf configuration examples:
|
The following articles guide you through step-by-step Telegraf configuration examples:
|
Loading…
Reference in New Issue