elasticsearch-HQ icon indicating copy to clipboard operation
elasticsearch-HQ copied to clipboard

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

Open gittygoo opened this issue 4 years ago • 0 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:[email protected]: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'

gittygoo avatar Nov 14 '19 18:11 gittygoo