mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
- 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.
24 lines
607 B
Plaintext
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 |