rollup-agg-limitations.asciidoc 640 B

1234567891011121314151617181920212223242526
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[rollup-agg-limitations]]
  4. == Rollup Aggregation Limitations
  5. experimental[]
  6. There are some limitations to how fields can be rolled up / aggregated. This page highlights the major limitations so that
  7. you are aware of them.
  8. [float]
  9. === Limited aggregation components
  10. The Rollup functionality allows fields to be grouped with the following aggregations:
  11. - Date Histogram aggregation
  12. - Histogram aggregation
  13. - Terms aggregation
  14. And the following metrics are allowed to be specified for numeric fields:
  15. - Min aggregation
  16. - Max aggregation
  17. - Sum aggregation
  18. - Average aggregation
  19. - Value Count aggregation