Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.59 KB

README.md

File metadata and controls

71 lines (51 loc) · 2.59 KB

InfluxDB Web Admin Interface

EN doc Go Report Card LICENSE Releases GitHub stars Docker pulls

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

Quickstart

Quickstart by docker

$ docker run -d --name influxdb-admin -p 8083:8083 influxtsdb/influxdb-admin

Quickstart by pre-built releases

Download one of the pre-built releases.

$ ./influxdb-admin

Quickstart by kubernetes & helm chart

Download InfluxDB Admin Helm chart:

$ helm install influxdb-admin ./influxdb-admin

Usage

$ ./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

Building

Please refer to README.md.

Build release

$ # build current platform
$ make build
$ # build linux amd64
$ make linux
$ # cross-build all platforms
$ make release

Related projects

  • 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