elasticsearch/docs/reference/aggregations
Zachary Tong 1016734b4c Aggregations: Add percentiles_bucket pipeline aggregations
This pipeline will calculate percentiles over a set of sibling buckets.  This is an exact
implementation, meaning it needs to cache a copy of the series in memory and sort it to determine
the percentiles.

This comes with a few limitations: to prevent serializing data around, only the requested percentiles
are calculated (unlike the TDigest version, which allows the java API to ask for any percentile).
It also needs to store the data in-memory, resulting in some overhead if the requested series is
very large.
2015-09-03 22:24:14 -04:00
..
bucket Warning in the docs for negative histogram values 2015-08-07 13:10:03 +02:00
metrics [DOCS] Added note about valid return types for scripts in the scripted_metric aggregation 2015-09-02 12:13:15 +01:00
pipeline Aggregations: Add percentiles_bucket pipeline aggregations 2015-09-03 22:24:14 -04:00
bucket.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
metrics.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
misc.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
pipeline.asciidoc Aggregations: Add percentiles_bucket pipeline aggregations 2015-09-03 22:24:14 -04:00