mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
readd example url
This commit is contained in:
parent
1b359f27f6
commit
7c44469592
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ to this Kibana instance.
|
|||
dashboards. Kibana creates a new index if the index doesn’t already exist.
|
||||
`kibana.defaultAppId:`:: *Default: "discover"* The default application to load.
|
||||
[[tilemap-settings]]`tilemap.url:`:: The URL to the tile
|
||||
service that Kibana uses to display map tiles in tilemap visualizations. By default, Kibana reads this url from an external metadata service, but users can still override this parameter to use their own Tile Map Service.
|
||||
service that Kibana uses to display map tiles in tilemap visualizations. By default, Kibana reads this url from an external metadata service, but users can still override this parameter to use their own Tile Map Service. For example: `"https://tiles.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana"`
|
||||
`tilemap.options.minZoom:`:: *Default: 1* The minimum zoom level.
|
||||
`tilemap.options.maxZoom:`:: *Default: 10* The maximum zoom level.
|
||||
`tilemap.options.attribution:`:: *Default: `"© [Elastic Tile Service](https://www.elastic.co/elastic-tile-service)"`* The map attribution string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue