elasticsearch/docs/reference/rollup/rollup-agg-limitations.asciidoc
James Rodewig f56a0f4b66
[DOCS] Remove testenv annotations from doc snippet tests (#80023)
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.

Relates to #79309, #31619
2021-11-05 18:38:50 -04:00

25 lines
No EOL
632 B
Text

[role="xpack"]
[[rollup-agg-limitations]]
=== {rollup-cap} aggregation limitations
experimental[]
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