Commit graph

3 commits

Author SHA1 Message Date
Igor Motov
5ebe90daa0
Add value_count mode to rate agg (#63687) (#63847)
Adds a new value count mode to the rate aggregation.

Closes #63575
2020-10-19 13:04:38 -04:00
Igor Motov
3bfb11a32a
Add support for histogram fields to rate aggregation (#63289) (#63511)
The rate aggregation now supports histogram fields. At the moment only sum
is supported.

Closes #62939
2020-10-08 19:16:34 -04:00
Igor Motov
f70a59971a
[7.x] Add rate aggregation (#61369) (#61554)
Adds a new rate aggregation that can calculate a document rate for buckets
of a date_histogram.

Closes #60674
2020-08-25 17:39:00 -04:00