Unable to add OpenStreetMap to kibana

Hi, I use elk container with latest tag.
I've added this line in kibana.yml to use OpenStreetMap:
tilemap.url: "http://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
but I got the following error:
Error: "tilemap.url" setting was not applied. Check for spelling errors and ensure that expected plugins are installed.
what is the problem ? what plugin needs to be installed?
Thanx

Use map.tilemap.url instead of tilemap.url
Check on https://www.elastic.co/guide/en/kibana/current/settings.html#tilemap-settings

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