mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Maps] add unique count metric aggregation (#48961)
* [Maps] add unique count metric aggregation * do not format unique_count aggregation results * do not format value in legend for unique count * update heatmap docs * one more doc change
This commit is contained in:
parent
adc204e7e6
commit
48313f73f6
13 changed files with 94 additions and 56 deletions
|
@ -13,6 +13,6 @@ You can create a heat map layer from the following data source:
|
|||
Set *Show as* to *heat map*.
|
||||
The index must contain at least one field mapped as {ref}/geo-point.html[geo_point].
|
||||
|
||||
NOTE: Only count and sum metric aggregations are available with the grid aggregation source and heat map layers.
|
||||
Mean, median, min, and max are turned off because the heat map will blend nearby values.
|
||||
NOTE: Only count, sum, unique count metric aggregations are available with the grid aggregation source and heat map layers.
|
||||
Average, min, and max are turned off because the heat map will blend nearby values.
|
||||
Blending two average values would make the cluster more prominent, even though it just might literally mean that these nearby areas are average.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue