This is the built-in admin interface in InfluxDB v1.2.4, which was removed from InfluxDB v1.3 and is a completely independent service from now.
Related official documentation: Web Admin Interface
$ docker run -d --name influxdb-admin -p 8083:8083 influxtsdb/influxdb-admin
Download one of the pre-built releases.
$ ./influxdb-admin
Download InfluxDB Admin Helm chart:
$ helm install influxdb-admin ./influxdb-admin
$ ./influxdb-admin -h
Usage of ./influxdb-admin:
-bind-address string
The default bind address used by the admin service (default ":8083")
-https-certificate string
The SSL certificate used when HTTPS is enabled
-https-enabled
Whether the admin service should use HTTPS
Please refer to README.md.
$ # build current platform
$ make build
$ # build linux amd64
$ make linux
$ # cross-build all platforms
$ make release
- InfluxDB: An Open-Source Time Series Database from InfluxData
- InfluxDB Cluster: An Open-Source Distributed Time Series Database, Open Source Alternative to InfluxDB Enterprise
- InfluxDB Proxy: A Layer to InfluxDB with High Availability and Consistent Hash