Correct max/min zoom values in kibana.yml docs

The proper configuration values are camel cased post-4.1.
This commit is contained in:
Court Ewing 2016-07-26 14:31:45 -04:00
parent 6d5282ff15
commit 052307e23a

View file

@ -16,8 +16,8 @@ dashboards. Kibana creates a new index if the index doesnt already exist.
[[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.minZoom:`:: *Default: 1* The minimum zoom level. added[4.5.3]
`tilemap.options.maxZoom:`:: *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]