ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.

Home Page:http://www.elastichq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for paths other than / (root) when connecting to Elasticsearch

gittygoo opened this issue · comments

General information

  • Docker container on rancher:
  • ElasticHQ Version: 3.5.7:
  • Elasticsearch Version: 7.2.0-oss:

Issue Description

We have elasticsearch running behind a L4 nginx load balancer on rancher that exposes elasticsearch on https://my.host/elasticsearch/
Currently passing the connection string as (example): https://someone:somepass@my.host:443/elasticsearch/
however it seems that elasticsearch always tries to reach elasticsearch using the / (root) and ignores the paths passed

Source Code / Logs

On the logs i see:
Message: 'Unable to create connection to: https://my.host:443'