elasticsearch/docs/reference/aggregations/pipeline
Zachary Tong 273c35f79c
Add Cumulative Cardinality agg (and Data Science plugin) (#43661)
This adds a pipeline aggregation that calculates the cumulative
cardinality of a field.  It does this by iteratively merging in the
HLL sketch from consecutive buckets and emitting the cardinality up
to that point.

This is useful for things like finding the total "new" users that have
visited a website (as opposed to "repeat" visitors).

This is a Basic+ aggregation and adds a new Data Science plugin
to house it and future advanced analytics/data science aggregations.
2019-08-26 10:43:24 -04:00
..
avg-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
bucket-script-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
bucket-selector-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
bucket-sort-aggregation.asciidoc [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
cumulative-cardinality-aggregation.asciidoc Add Cumulative Cardinality agg (and Data Science plugin) (#43661) 2019-08-26 10:43:24 -04:00
cumulative-sum-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
derivative-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
extended-stats-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
max-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
min-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
movavg-aggregation.asciidoc Remove MovingAverage pipeline aggregation (#39328) 2019-03-19 15:31:05 -04:00
movfn-aggregation.asciidoc Add more flexibility to MovingFunction window alignment (#44360) 2019-08-02 15:09:48 -04:00
percentiles-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
serial-diff-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
stats-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
sum-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00