Skip to main content
Version: 0.14

InfluxDB Line Protocol

Ingest data

For how to ingest data to GreptimeDB using InfluxDB Line Protocol, please refer to the Ingest Data document.

HTTP API

Please refer to the HTTP API document for details on the InfluxDB Line Protocol API.

PING

Additionally, GreptimeDB also provides support for the ping and health APIs of InfluxDB.

Use curl to request ping API.

curl -i "127.0.0.1:4000/v1/influxdb/ping"
HTTP/1.1 204 No Content
date: Wed, 22 Feb 2023 02:29:44 GMT

Use curl to request health API.

curl -i "127.0.0.1:4000/v1/influxdb/health"
HTTP/1.1 200 OK
content-length: 0
date: Wed, 22 Feb 2023 02:30:46 GMT