index.asciidoc 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[xpack-rollup]]
  4. = Rolling up historical data
  5. [partintro]
  6. --
  7. experimental[]
  8. Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of
  9. archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the
  10. usefulness of extensive historical data.
  11. The Rollup feature in {xpack} provides a means to summarize and store historical data so that it can still be used
  12. for analysis, but at a fraction of the storage cost of raw data.
  13. * <<rollup-overview, Overview>>
  14. * <<rollup-getting-started,Getting Started>>
  15. * <<rollup-api-quickref, API Quick Reference>>
  16. * <<rollup-understanding-groups,Understanding Rollup Grouping>>
  17. * <<rollup-agg-limitations,Rollup aggregation limitations>>
  18. * <<rollup-search-limitations,Rollup Search limitations>>
  19. --
  20. include::overview.asciidoc[]
  21. include::api-quickref.asciidoc[]
  22. include::rollup-getting-started.asciidoc[]
  23. include::understanding-groups.asciidoc[]
  24. include::rollup-agg-limitations.asciidoc[]
  25. include::rollup-search-limitations.asciidoc[]