cars10 / elasticvue

Elasticsearch gui for the browser
https://elasticvue.com
MIT License
1.86k stars 148 forks source link

path-prefix and URI combination #249

Closed kumgaurav closed 3 months ago

kumgaurav commented 3 months ago

Description My elastic search is behind the load balancer and needs path-prefix to connect. I tried using URI and it's not working.

We do not have kibana any more so hard to provide the evidence for it. I can connect through springboot and it allows me using path-prefix.

cars10 commented 3 months ago

Elasticvue supports elasticsearch clusters that use a subdirectory out of the box. You can just use the full path as uri in elasticvue, e.g.

image image

This works as expected. Please reopen if this does not work for you, you might have a different issue then.