envs

InfluxDB 3 — time series

influxdb/v3 · version 1

envs add influxdb/v3

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
INFLUXDB3_HOST_URL required config Where your instance answers. An address. InfluxDB still reads the older INFLUX_HOST as a fallback.. where to get it
INFLUXDB3_DATABASE_NAME required config Which database. A name, with INFLUX_DATABASE as the older fallback.. where to get it
INFLUXDB3_AUTH_TOKEN required secret InfluxDB says to keep database tokens in a secure secret store, and that a token string is viewable only at creation because InfluxDB does not store it. A lost one is deleted and replaced. Older fallback: INFLUX_TOKEN.. where to get it

The JSON the CLI reads