
InfluxDb
InfluxDB 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

InfluxDb2
Influxdb is a time series database, and part of the tickstack. After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at the port you choose (8086 by default) 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
influxdb-db
influxdb:$$cap_influx_version
- influxdb-db-data:/var/lib/influxdb
always
10Variables
InfluxDb Version
Default: 1.8
$$cap_influx_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/library/influxdb/tags/
Influxdb port
Default: 8086
$$cap_influxdb_portThe port to make queries to influxdb.
Graphite port
Default: 2003
$$cap_graphite_portThe port for graphite protocol
Influx DB
Default:
$$cap_influx_dbAutomatically initializes a database with the name of this environment variable.
Auth enabled (true/false)
Default:
$$cap_influx_auth_enabledEnables authentication. Either this must be set or auth-enabled = true must be set within the configuration file for any authentication related options below to work.
Admin User
Default:
$$cap_influx_admin_userThe name of the admin user to be created. If this is unset, no admin user is created.
Admin password
Default:
$$cap_influx_admin_passwordThe password for the admin user configured with INFLUXDB_ADMIN_USER. If this is unset, a random password is generated and printed to standard out.
Inlfux user
Default:
$$cap_influx_userThe name of a user to be created with no privileges. If INFLUXDB_DB is set, this user will be granted read and write permissions for that database.
Influx password
Default:
$$cap_influx_user_passwordThe password for the user configured with INFLUXDB_USER. If this is unset, a random password is generated and printed to standard out.
Influx read user
Default:
$$cap_influx_read_userThe name of a user to be created with read privileges on INFLUXDB_DB. If INFLUXDB_DB is not set, this user will have no granted permissions.
Influx read user password
Default:
$$cap_influx_read_user_passwordThe password for the user configured with INFLUXDB_READ_USER. If this is unset, a random password is generated and printed to standard out
Influx write user
Default:
$$cap_influx_write_userThe name of a user to be created with write privileges on INFLUXDB_DB. If INFLUXDB_DB is not set, this user will have no granted permissions.
Influx write user password
Default:
$$cap_influx_write_passwordThe password for the user configured with INFLUXDB_WRITE_USER. If this is unset, a random password is generated and printed to standard out.