haproxy frontend for the deprecated/removed influxdb admin port

Bug #1795934 reported by Gabriel Batir
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
New
Undecided
Unassigned

Bug Description

Hi,

Haproxy has a frontend configured for the influxdb admin port (8083) but influxdb does not listen on that port anymore.

"As of version 1.3, the web admin interface is no longer available in InfluxDB. The interface does not run on port 8083 and InfluxDB ignores the [admin] section in the configuration file if that section is present. Chronograf replaces the web admin interface with improved tooling for querying data, writing data, and database management. See Chronograf’s transition guide for more information. "
https://docs.influxdata.com/influxdb/v1.5/tools/web_admin/

kolla-ansible master uses influxdb 1.6.3 now and there is no mention of the web interface in the documentation.

Also the configuration for influxdb has this part:

[admin]
  enabled = true
  bind-address = "10.8.8.11:8083"
  https-enabled = false

But it is ignored.

This is mostly a cosmetic bug due to haproxy showing the influxdb_admin backend down.

Regards,

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.