When i go to view a map in Kibana i have 2 issues:
Where do i replace the default map layer to use my map layer instead of the default elastic.co map service? It would be a long day at the office if im to manually replace all the layers.
Kibana queries my Maptiler server seemingly correct and gets a URL for the tiles like: "http://server.ip.address:3650/api/maps/streets/3/3/1.png"
The server returns OK, and if you went to the URL above you will see the tile as below. Which suggests maptiler is returning the tiles correctly:
I can see that Kibana requests the same URL as i showed in the example above, and maptiler serves the tile correctly. Is there anything i'm missing? The custom mapping documentation is a bit lacking.
Where do i replace the default map layer to use my map layer instead of the default elastic.co map service? It would be a long day at the office if im to manually replace all the layers.
There is no automated way to update existing saved objects with new base map layers. However, once map.tilemap.url is set in your kibana.yml, then any newly created map will use this basemap layer.
I can see that Kibana requests the same URL as i showed in the example above, and maptiler serves the tile correctly. Is there anything i'm missing?
And it works perfectly fine, i download the specific tile as expected and nothing fails in the log. What is odd to me is that both are hosted on the same machine, and access is done on localhost.
As far as i know Maptiler defaults to no cors policy as well.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.