rollup-agg-limitations.asciidoc 632 B

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