index.asciidoc 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. [role="xpack"]
  2. [[xpack-rollup]]
  3. == Rolling up historical data
  4. experimental[]
  5. NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
  6. rollups as a way to reduce your storage costs for time series data.
  7. Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of
  8. archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the
  9. usefulness of extensive historical data.
  10. // tag::rollup-intro[]
  11. The {stack} {rollup-features} provide a means to summarize and store historical
  12. data so that it can still be used for analysis, but at a fraction of the storage
  13. cost of raw data.
  14. // end::rollup-intro[]
  15. * <<rollup-overview,Overview>>
  16. * <<rollup-getting-started,Getting started>>
  17. * <<rollup-api-quickref, API quick reference>>
  18. * <<rollup-understanding-groups,Understanding rollup grouping>>
  19. * <<rollup-agg-limitations,Rollup aggregation limitations>>
  20. * <<rollup-search-limitations,Rollup search limitations>>
  21. include::overview.asciidoc[]
  22. include::api-quickref.asciidoc[]
  23. include::rollup-getting-started.asciidoc[]
  24. include::understanding-groups.asciidoc[]
  25. include::rollup-agg-limitations.asciidoc[]
  26. include::rollup-search-limitations.asciidoc[]