[skip-ci][Maps] document EMS request domains (#45739) (#45787)

This commit is contained in:
Nathan Reese 2019-09-16 09:08:15 -06:00 committed by GitHub
parent fe3f88863e
commit dd45600934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,12 @@ https://www.elastic.co/elastic-maps-service[Elastic Maps Service (EMS)] is a ser
tile layers and vector shapes of administrative boundaries.
If you are using Kibana's out-of-the-box settings, **Elastic Maps** is already configured to use EMS.
EMS requests are made to the following domains:
* catalogue.maps.elastic.co
* tiles.maps.elastic.co
* vector.maps.elastic.co
**Elastic Maps** makes requests directly from the browser to EMS.
To proxy EMS requests through the Kibana server, set `map.proxyElasticMapsServiceInMaps` to `true` in your <<settings, kibana.yml>> file.