Skip to content

Commit

Permalink
Merge pull request #7770 from debadair/4.5
Browse files Browse the repository at this point in the history
Docs: Added tilemap settings and note in tilemap viz topic.
  • Loading branch information
epixa authored Jul 19, 2016
2 parents 3fc6b79 + ddddfac commit e74d8c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/kibana-yml.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/tilemap.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<tilemap-settings,tilemap settings>>
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:

Expand Down

0 comments on commit e74d8c0

Please sign in to comment.