This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Rollup aggregation limitations
editRollup aggregation limitations
editDeprecated in 8.11.0.
Rollups will be removed in a future version. Please migrate to 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.
Limited aggregation components
editThe 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