Skip to content

Instantly share code, notes, and snippets.

@Big-al
Created March 13, 2021 23:00
Show Gist options
  • Save Big-al/d48eeb36735ad7f1cdde91442307884e to your computer and use it in GitHub Desktop.
Save Big-al/d48eeb36735ad7f1cdde91442307884e to your computer and use it in GitHub Desktop.
Kibana config for custom mapserver
## Maps
# Custom map server, as we are in an airgapped env with no access to elastic maps.
map.includeElasticMapsService: false
map.tilemap.url: "https://some.ip.address:3650/data/tileserver/{z}/{x}/{y}.jpg"
map.proxyElasticMapsServiceInMaps: false
# Set default max zoom level up to 24. Depends on quality of map. Lowress map used here is legible to about 7.
map.tilemap.options.maxZoom: 18
# OpenMapTiles license requires attribution.
#map.tilemap.options.attributions: "[OpenMapTiles](http://www.openmaptiles.org/)"
@Big-al
Copy link
Author

Big-al commented Mar 13, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment