mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
This change also updated the deprecation warning on all rollup pages from Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead. to Rollups will be removed in a future version. Please <<rollup-migrating-to-downsampling,migrate>> to <<downsampling,downsampling>> instead..
25 lines
780 B
Text
25 lines
780 B
Text
[role="xpack"]
|
|
[[rollup-agg-limitations]]
|
|
=== {rollup-cap} aggregation limitations
|
|
|
|
deprecated::[8.11.0,"Rollups will be removed in a future version. Please <<rollup-migrating-to-downsampling,migrate>> to <<downsampling,downsampling>> instead."]
|
|
|
|
There are some limitations to how fields can be rolled up / aggregated. This page highlights the major limitations so that
|
|
you are aware of them.
|
|
|
|
[discrete]
|
|
==== Limited aggregation components
|
|
|
|
The Rollup functionality allows fields to be grouped with the following aggregations:
|
|
|
|
- Date Histogram aggregation
|
|
- Histogram aggregation
|
|
- Terms aggregation
|
|
|
|
And the following metrics are allowed to be specified for numeric fields:
|
|
|
|
- Min aggregation
|
|
- Max aggregation
|
|
- Sum aggregation
|
|
- Average aggregation
|
|
- Value Count aggregation
|