
InfluxDb2
InfluxDB2 is a time series database. It stores large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.
Official integration
Created - Last update
Related apps

InfluxDb
Influxdb2 is a time series database, and part of the tickstack. After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME to other CapRover apps. Enter your Influxdb configuration parameters and click on next. The default configuration has no users or authentication and is only accessible to other Caprover apps. It will take about a minute for the process to finish.
Deployed services
influxdb2
influxdb:$$cap_influx_version
- influxdb2-data:/var/lib/influxdb2
- influxdb2-configs:/etc/influxdb2
8086
7
Variables
InfluxDb Version
Default: 2.0
$$cap_influx_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/library/influxdb/tags/
Influx Bucket
Default: my-bucket
$$cap_influx_bucketAutomatically initializes a database with this bucket ID.
Username for initialization
Default: username
$$cap_influx_init_usernamePassword for initialization
Default: $$cap_gen_random_hex(12)
$$cap_influx_init_passwordAdmin Access Token
Default: $$cap_gen_random_hex(24)
$$cap_influx_tokenOrganization for intialization
Default: my-org
$$cap_influx_init_orgRetention for data
Default: 52w
$$cap_influx_retentionThe duration the system's initial bucket should retain data. If not set, the initial bucket will retain data forever.