mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update corresponding doc
This commit is contained in:
parent
c928f905fa
commit
1b359f27f6
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ to this Kibana instance.
|
|||
`kibana.index:`:: *Default: ".kibana"* Kibana uses an index in Elasticsearch to store saved searches, visualizations and
|
||||
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:`:: *Default: `"https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana"`* The URL to the tile
|
||||
service that Kibana uses to display map tiles in tilemap visualizations.
|
||||
[[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.
|
||||
`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