ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.96k stars 530 forks source link

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

Open gittygoo opened 4 years ago

gittygoo commented 4 years ago

General information

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'