docs-v2/content/influxdb3/clustered/write-data/_index.md

29 lines
1015 B
Markdown

---
title: Write data to InfluxDB Clustered
list_title: Write data
description: >
Collect and write time series data to InfluxDB Clustered.
weight: 3
menu:
influxdb3_clustered:
name: Write data
influxdb3/clustered/tags: [write, line protocol]
# related:
# - /influxdb/cloud/api/#tag/Write, InfluxDB API /write endpoint
# - /influxdb/cloud/reference/syntax/line-protocol
# - /influxdb/cloud/reference/syntax/annotated-csv
# - /influxdb/cloud/reference/cli/influx/write
# - /resources/videos/ingest-data/, How to Ingest Data in InfluxDB (Video)
---
Write data to {{% product-name %}} using the following tools and methods:
> [!Note]
>
> #### Choose the write endpoint for your workload
>
> When bringing existing v1 write workloads, use the {{% product-name %}} HTTP API [`/write` endpoint](/influxdb3/clustered/guides/api-compatibility/v1/).
> When creating new write workloads, use the HTTP API [`/api/v2/write` endpoint](/influxdb3/clustered/guides/api-compatibility/v2/).
{{< children >}}