Metric aggregations
As explained in the previous sections, metric aggregations allow you to find out the statistical measurement of the data, which includes the following:
- Computing basic statistics
- Computing in a combined way:
stats
aggregation - Computing separately :
min
,max
,sum
,value_count
, aggregations
- Computing in a combined way:
- Computing extended statistics:
extended_stats
aggregation - Computing distinct counts:
cardinality
aggregationNote
Metric aggregations are fundamentally categorized in two forms:
- single-value metric:
min
,max
,sum
,value_count
,avg
, andcardinality
aggregations - multi-value metric:
stats
andextended_stats
aggregations
- single-value metric:
Computing basic stats
The basic statistics include: min
, max
, sum
, count
, and avg
. These statistics can be computed in the following two ...
Get Elasticsearch Essentials now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.