Kibana tilemap not loading

Hi,

I use a docker instance of Kibana.
This one, (Docker). It works fine largely.

Now when I try to create a visualization of type "Coordinate Map", I get this warning shown.

Coordinate Map: Could not retrieve manifest from the tile service: status -1
And the background map is not rendered.

I believe this is because my Kibana instance is not able to reach the default WMS instance.

From inside the docker instance, these curl's work fine,

curl https://tiles.maps.elastic.co/v2/manifest
{"services":[{"id":"road_map","url":"https://tiles.maps.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana","minZoom":0,"maxZoom":10,"attribution":"© OpenStreetMap contributors | Elastic Maps Service"}]}root@0f28400b372f:/var/log/kibana#

curl https://vector.maps.elastic.co/v2/manifest
{"layers": [{"attribution": "Made with NaturalEarth | Elastic Maps Service", "name": "World Countries", "weight": 1, "format": "geojson"...

Could you please let me know how to resolve this issue.

Appreciate your help on this.

Thanks,
Arun

Apologies, please ignore that.

I had an adblock extension installed on Chrome and that was stopping the call out to the map service.

I wasted about 2 hrs, just figuring this out :frowning:

Anyways its all a lesson. I should remember that whenever I see an ERR_BLOCKED_BY_CLIENT, that's my privacy badger working :slight_smile:

Thanks,
Arun

Glad that you posted your solution back for the community.

Cheers
Rashmi

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