-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Maps] Maps application does not support proxy environment. #29825
Comments
thanks @tak7iji for logging |
Pinging @elastic/kibana-gis |
Would like to upvote this issues. |
i also need this one resolved |
User can now configure Kibana to use CORS to connect to EMS. This may be a suitable work-around for this use case #34503 |
@thomasneirynck: |
thanks @bicaluv for the feedback |
For now, we recommend the following work-around in cases where Kibana is deployed in a DMZ.
Note that this only works for the Maps application, and not the Coordinate and Region Maps visualizations. The latter only can connect with CORS. This is also documented here: https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html |
@tak7iji @bicaluv @datevfink Ping me if you want an update on the work to address this customer problem. In short, our on-prem maps solution is ready to test internally. |
The Elastic Maps Server was released in 7.11 https://www.elastic.co/downloads/elastic-maps-server. This removes the need to proxy the elastic-hosted EMS for DMZ-deployments, as users can self-host EMS now. |
Kibana version:
6.7.0-SNAPSHOT
7.0.0-SNAPSHOT
Elasticsearch version:
6.7.0-SNAPSHOT
7.0.0-SNAPSHOT
Server OS version:
CentOS 7
Browser version:
Chrome 72
Browser OS version:
Windows 7
Original install method (e.g. download page, yum, from source, etc.):
yarn kbn bootstrap & yarn start
Describe the bug:
Related: #27832
If Kibana is running behind the proxy, /api/gis/meta api call returns null ems information.
#Both 6.7.0-SNAPSHOT and 7.0.0-SNAPSHOT
And then no map displayed on maps app.
Because node-fetch does not support proxy and need to specify option for proxy like following codes.
The text was updated successfully, but these errors were encountered: