This is a cache of https://www.elastic.co/guide/en/elasticsearch/reference/8.19/rollup-agg-limitations.html. It is a snapshot of the page as it appeared on 2025-11-21T03:29:20.816+0000.
Rollup aggregation limitations | Elasticsearch Guide [8.<strong>19</strong>] | Elastic
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Rollup aggregation limitations

edit

Deprecated 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

edit

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