Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow suburl to map the application #527

Open
HOSTED-POWER opened this issue Aug 12, 2020 · 1 comment
Open

Allow suburl to map the application #527

HOSTED-POWER opened this issue Aug 12, 2020 · 1 comment

Comments

@HOSTED-POWER
Copy link

General information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian 10
  • ElasticHQ Version: 3.5.12
  • Elasticsearch Version: 7.8.0
  • Python version (ignore is using docker image):
  • Browser Vendor and Version (if applicable):

Issue Description

We would like to map the docker container under a suburl on the host. Eg. https://www.example.com/elastichq

We got this working using reverse proxy , but on the metrics page for example it's not working because it's all mapped under /

Example: https://www.example.com/socket.io/?EIO=3&transport=polling&t=NFa71Al

This above url cannot be found. It's of course because the correct url would be: https://www.example.com/elastichq/socket.io/?EIO=3&transport=polling&t=NFa71Al

It could be solved very easily by allowing a specific mapping url for the container and application. E.g. mappedurl=/elastichq

This could properly set all the paths and it would be an incredible solution to map the monitoring on existing hostnames :)

@HOSTED-POWER
Copy link
Author

I assume this would be fixed which would be nice, I'll try to get this tested! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants