diff --git a/docs/kibana-yml.asciidoc b/docs/kibana-yml.asciidoc index 54d52636330ae..ed3a72737da84 100644 --- a/docs/kibana-yml.asciidoc +++ b/docs/kibana-yml.asciidoc @@ -13,6 +13,14 @@ 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. +added[4.5.3] +`tilemap.options.min_zoom:`:: *Default: 1* The minimum zoom level. added[4.5.3] +`tilemap.options.max_zoom:`:: *Default: 7* The maximum zoom level. added[4.5.3] +`tilemap.options.attribution:`:: *Default: `"© [Elastic Tile Service](https://www.elastic.co/elastic-tile-service)"`* The map attribution string. added[4.5.3] +`tilemap.options.subdomains:`:: An array of subdomains used by the tile service. +Specify the position of the subdomain the URL with the token `{s}`.added[4.5.3] `elasticsearch.username:` and `elasticsearch.password:`:: If your Elasticsearch is protected with basic authentication, these settings provide the username and password that the Kibana server uses to perform maintenance on the Kibana index at startup. Your Kibana users still need to authenticate with Elasticsearch, which is proxied through the Kibana server. diff --git a/docs/tilemap.asciidoc b/docs/tilemap.asciidoc index 4d959de0ed258..5df66532c8db8 100644 --- a/docs/tilemap.asciidoc +++ b/docs/tilemap.asciidoc @@ -3,6 +3,10 @@ A tile map displays a geographic area overlaid with circles keyed to the data determined by the buckets you specify. +NOTE: By default, Kibana uses the https://www.elastic.co/elastic-tile-service[Elastic Tile Service] +to display map tiles. To use other tile service providers, configure the <> +in `kibana.yml`. + The default _metrics_ aggregation for a tile map is the *Count* aggregation. You can select any of the following aggregations as the metrics aggregation: