Related to "Line Protocol"
Use the InfluxDB v2 API with InfluxDB Clustered
Use the InfluxDB v2 API for new write workloads and existing v2 write workloads. InfluxDB Clustered is compatible with the InfluxDB v2 API /api/v2/write
endpoint and existing InfluxDB 2.x tools and code.
Use the InfluxDB v1 API with InfluxDB Clustered
Use InfluxDB v1 API authentication, endpoints, and tools when bringing existing 1.x workloads to InfluxDB Clustered.
Write data to InfluxDB Clustered
Collect and write time series data to InfluxDB Clustered.
Line protocol reference
InfluxDB uses line protocol to write data points. It is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point.
Troubleshoot issues writing data
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.