Connect own Geo Server with Kibana

Hello,
I have an own (offline) Geo Server with the address "http://localhost:8080/styles/osm-bright/#2/0/0". How can I connect that server with Kibana?
Michi

Hey @michi11191, welcome to the discussion boards!

Based on the URL you provided, I'm guessing you're running Open Street Maps/OpenMapTiles?

Can you try setting the following config in your kibana.yml, and let me know if that works?
I'm taking this info from our blog post for setting custom base maps in Kibana: https://www.elastic.co/blog/custom-basemaps-for-region-and-coordinate-maps-in-kibana

map.includeElasticMapsService: false
tilemap.url: http://localhost:8080/styles/osm-bright/{z}/{x}/{y}.png
tilemap.options.attribution: "© [OpenStreetMap](http://www.openstreetmap.org/copyright) contributors"

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