# Unable to find EMS tile configuration for id: road\_map in Maps for Kibana 7.0.1

**URL:** https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430
**Category:** Kibana
**Created:** [May 16, 2019, 2:31pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430 "2019-05-16T14:31:23Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![reillye](https://avatars.discourse-cdn.com/v4/letter/r/c6cbf5/32.png) [@reillye](https://discuss.elastic.co/u/reillye)
#### Post date: [May 16, 2019, 2:31pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/1 "2019-05-16T14:31:23Z")

</div>

I have installed Elasticsearch and Kibana `7.0.1` to investigate the capabilities of the Elastic Maps service. However after loading up Kibana and going to the maps section, I am presented with the following error: `Unable to find EMS tile configuration for id: road_map`. I am currently running elastic and kibana on windows 7.

I have found [this post](https://discuss.elastic.co/t/kibana-maps-unable-to-find-ems-tile-configuration-for-id-road-map/174137) from someone who encountered the same issue on `6.7.0`. However my machine does have access to the internet (via a proxy), and I am able to view the maps available through the visualize tab. So I do not believe this to be a proxy/network issue, unless I need to configure this in the kibana.yml or kibana settings somehow (I have never had to do this in previous versions).

The post above provides a link to an issue on github regarding this, but it is still open. Has this issue not been resolved yet in `7.0.1`? Are there any work arounds in place?

See screenshot below for the error and the developer console when viewing the page.

![ElasticMapsError](https://us1.discourse-cdn.com/elastic/original/3X/0/4/047be511bd206af3e1b26cef143aeb5441ac3d4a.png)

---

<div class="post-metadata">

### Author: ![thomasneirynck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thomasneirynck/32/23313_2.png) [@thomasneirynck](https://discuss.elastic.co/u/thomasneirynck)
#### Post date: [May 16, 2019, 2:44pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/2 "2019-05-16T14:44:50Z")

</div>

@reillye does your Kibana-server have access to the internet?

In that network log in your screenshot, what is the return from the `/meta` call?

---

<div class="post-metadata">

### Author: ![reillye](https://avatars.discourse-cdn.com/v4/letter/r/c6cbf5/32.png) [@reillye](https://discuss.elastic.co/u/reillye)
#### Post date: [May 16, 2019, 3:04pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/3 "2019-05-16T15:04:18Z")

</div>

@thomasneirynck What exactly do you mean by Kibana-server? I run kibana using the `bin/kibana.bat` file, which I believe is the server, unless you are referring to something else. And I believe this does have access to the internet as I am able to access the map tiles for the regular map visualisations, which as I understand it come from the internet.

The response of the `/meta` call is:  
`{"data_sources":{"ems":{"file":[],"tms":[]},"kibana":{"regionmap":[],"tilemap":{"options":{"default":true,"minZoom":0,"maxZoom":10}}}}}`

---

<div class="post-metadata">

### Author: ![thomasneirynck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thomasneirynck/32/23313_2.png) [@thomasneirynck](https://discuss.elastic.co/u/thomasneirynck)
#### Post date: [May 16, 2019, 5:46pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/4 "2019-05-16T17:46:16Z")

</div>

thanks @reillye

yes, I meant the machine that runs `kibana.bat`.

The responses seem to be empty (those `data_sources.file` and `data_sources.tms` arrays are empty), which indicates that your machine cannot access the Elastic Maps Service. (that'e).s the most likely reason in any cas

The behavior is slightly different in the Maps-app and the other visualization. The former does not use CORS to request the metadata, rather proxies through the Kibana-server to get that info. The actual tile-requests are just a simple GET-call for an image from the browser, which has no CORS-restrictions.

See [https://github.com/elastic/kibana/issues/34017](https://github.com/elastic/kibana/issues/34017) for more info on this.

---

<div class="post-metadata">

### Author: ![reillye](https://avatars.discourse-cdn.com/v4/letter/r/c6cbf5/32.png) [@reillye](https://discuss.elastic.co/u/reillye)
#### Post date: [May 17, 2019, 9:34am UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/5 "2019-05-17T09:34:28Z")

</div>

@thomasneirynck Yes I've seen that ticket on github, however I see it is still open at this time. Is there any sort of work around I can do? I'm unsure why I cannot connect to the Elastic Maps Service, as my machine has full access to the internet through my company firewall. It possible the EMS is be being blocked or restricted, but I have had no other issues with Kibana at all except for this.

I know for the map visualisations if you have no internet access, you can specific your own web map service in the options panel of the visualisation. Can you do something similar for the Elastic Maps Service?

---

<div class="post-metadata">

### Author: ![reillye](https://avatars.discourse-cdn.com/v4/letter/r/c6cbf5/32.png) [@reillye](https://discuss.elastic.co/u/reillye)
#### Post date: [May 17, 2019, 12:28pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/6 "2019-05-17T12:28:07Z")

</div>

@thomasneirynck As an update, I tried to add a custom web map service layer, but I get the following error on the developer console:

`Access to fetch at 'http://127.0.0.1:8080/geoserver/kibana/wms?bbox=-10018754.171394622,5009377.085697312,-5009377.085697312,10018754.17139462&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&layers=NE2_50M_SR_W&styles=raster' from origin 'http://localhost:5601' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.`

I do not get this error when using a custom web map service for the traditional maps visualizations. From what I understand about CORS, this is happening because kibana is not allowing the browser to make a request to the custom web map service I have setup. I could be misunderstanding that, please correct me if I am wrong. Is there a way to resolve this?

---

<div class="post-metadata">

### Author: ![reillye](https://avatars.discourse-cdn.com/v4/letter/r/c6cbf5/32.png) [@reillye](https://discuss.elastic.co/u/reillye)
#### Post date: [May 20, 2019, 3:42pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/7 "2019-05-20T15:42:10Z")

</div>

Is anyone able to clarify the CORS issue for me?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 17, 2019, 3:42pm UTC](https://discuss.elastic.co/t/unable-to-find-ems-tile-configuration-for-id-road-map-in-maps-for-kibana-7-0-1/181430/8 "2019-06-17T15:42:37Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
