Related to "Write"
Use the InfluxDB v2 API with InfluxDB Cloud Serverless
Use the InfluxDB v2 API for new write workloads and existing v2 write workloads. InfluxDB Cloud Serverless is compatible with the InfluxDB v2 API /api/v2/write
endpoint and existing InfluxDB 2.x tools and code.
Use the InfluxDB v1 HTTP API
Use InfluxDB v1 API authentication, endpoints, and tools when bringing existing 1.x workloads to InfluxDB Cloud Serverless.
Write data to InfluxDB
Collect and write time series data to InfluxDB Cloud Serverless and InfluxDB OSS.
influx remote
Manage remote InfluxDB connections for replicating data.
influx remote create
Create a remote InfluxDB connection for replicating data.
influx replication
Use the influx
CLI to manage InfluxDB replication streams.
influx replication create
Create an InfluxDB replication stream.
influx write
The influx write
command writes data to InfluxDB via stdin or from a specified file. Write data using line protocol, annotated CSV, or extended annotated CSV.
influx write dryrun
The influx write dryrun
command prints write output to stdout instead of writing to InfluxDB. Use this command to test writing data.
influx remote delete
Delete remote InfluxDB connections used for replicating data.
influx remote list
List remote InfluxDB connections sued for replicating data.
influx remote update
Update remote InfluxDB connections used for for replicating data.
influx replication delete
Delete an InfluxDB replication stream.
influx replication list
List InfluxDB replication streams and corresponding metrics.
influx replication update
Update InfluxDB replication streams.
Line protocol
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.
Extended annotated CSV
Extended annotated CSV provides additional annotations and options that specify how CSV data should be converted to line protocol and written to InfluxDB.