---
title: Write data to InfluxDB Clustered
description: Collect and write time series data to InfluxDB Clustered.
url: https://docs.influxdata.com/influxdb3/clustered/write-data/
estimated_tokens: 541
product: InfluxDB Clustered
version: clustered
---

# Write data to InfluxDB Clustered

Write data to InfluxDB Clustered using the following tools and methods:

#### Choose the write endpoint for your workload

When bringing existing v1 write workloads, use the InfluxDB Clustered 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/).

### [Use Telegraf to write data](/influxdb3/clustered/write-data/use-telegraf/)

Use Telegraf to collect and write data to InfluxDB. Create Telegraf configurations in the InfluxDB UI or manually configure Telegraf.

### [Write line protocol data to InfluxDB Clustered](/influxdb3/clustered/write-data/line-protocol/)

Use Telegraf and API clients to write line protocol data to InfluxDB Clustered.

### [Write CSV data to InfluxDB Clustered](/influxdb3/clustered/write-data/csv/)

Use Telegraf or the HTTP API to write CSV data to InfluxDB Clustered.

### [Best practices for writing data](/influxdb3/clustered/write-data/best-practices/)

Learn about the recommendations and best practices for writing data to InfluxDB Clustered.

### [Troubleshoot issues writing data](/influxdb3/clustered/write-data/troubleshoot/)

Troubleshoot issues writing data. Find response codes for failed writes. Discover how writes fail, from exceeding rate or payload limits, to syntax errors and schema conflicts.

[write](/influxdb3/clustered/tags/write/) [line protocol](/influxdb3/clustered/tags/line-protocol/)
