index.asciidoc 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[xpack-rollup]]
  4. == Rolling up historical data
  5. experimental[]
  6. Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of
  7. archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the
  8. usefulness of extensive historical data.
  9. // tag::rollup-intro[]
  10. The {stack} {rollup-features} provide a means to summarize and store historical
  11. data so that it can still be used for analysis, but at a fraction of the storage
  12. cost of raw data.
  13. // end::rollup-intro[]
  14. * <<rollup-overview,Overview>>
  15. * <<rollup-getting-started,Getting started>>
  16. * <<rollup-api-quickref, API quick reference>>
  17. * <<rollup-understanding-groups,Understanding rollup grouping>>
  18. * <<rollup-agg-limitations,Rollup aggregation limitations>>
  19. * <<rollup-search-limitations,Rollup search limitations>>
  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[]