OpenSearch/x-pack/docs/en/rollup/rollup-agg-limitations.asciidoc
Zachary Tong d4262de83a
[Docs] All Rollup docs experimental, agg limitations, clarify DeleteJob (#31299)
- All rollup pages should be marked as experimental instead of just
the top page
- While the job config docs state which aggregations are allowed, adding
a section which specifically details this in one place is more convenient
for the user
- Add a clarification that the DeleteJob API does not delete the rollup
data, just the rollup job.
2018-06-13 15:42:20 -04:00

24 lines
607 B
Plaintext

[[rollup-agg-limitations]]
== Rollup 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.
[float]
=== 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