OpenSearch/docs/reference/aggregations/pipeline
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
..
avg-bucket-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00
bucket-script-aggregation.asciidoc Fixed non-valid JSON (though ES would accept it) 2015-09-01 13:17:07 -07:00
bucket-selector-aggregation.asciidoc Fixed non-valid JSON (though ES would accept it) 2015-09-01 13:17:07 -07:00
cumulative-sum-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00
derivative-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00
max-bucket-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00
min-bucket-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00
movavg-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00
percentiles-bucket-aggregation.asciidoc Aggregations: Add percentiles_bucket pipeline aggregations 2015-09-03 22:24:14 -04:00
serial-diff-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00
sum-bucket-aggregation.asciidoc Docs: Fixed variations of spelling of buckets_path 2015-08-31 13:47:40 +02:00