1.1 KiB
1.1 KiB
Use the InfluxDB HTTP API to write data to {{< product-name >}}. Different APIs are available depending on your integration method.
{{% show-in "core,enterprise" %}}
[!Tip]
Choose the write endpoint for your workload
When creating new write workloads, use the InfluxDB HTTP API
/api/v3/write_lpendpoint and client libraries.When bringing existing v1 write workloads, use the {{% product-name %}} HTTP API
/writeendpoint.When bringing existing v2 write workloads, use the {{% product-name %}} HTTP API
/api/v2/writeendpoint.For Telegraf, use the InfluxDB v1.x
outputs.influxdbor v2.xoutputs.influxdb_v2output plugins. See how to use Telegraf to write data. {{% /show-in %}}
{{< children >}}