data-rollup-transform.asciidoc 711 B

12345678910111213141516171819202122232425262728293031323334
  1. [[data-rollup-transform]]
  2. = Roll up or transform your data
  3. [partintro]
  4. --
  5. {es} offers the following methods for manipulating your data:
  6. ifdef::permanently-unreleased-branch[]
  7. * <<xpack-rollup>>
  8. +
  9. A rollup aggregates an index's time series data and stores the results in new
  10. read-only index. For example, you can roll up hourly data into daily or weekly
  11. summaries.
  12. endif::[]
  13. ifndef::permanently-unreleased-branch[]
  14. * <<xpack-rollup,Rolling up your historical data>>
  15. +
  16. include::rollup/index.asciidoc[tag=rollup-intro]
  17. endif::[]
  18. * <<transforms,Transforming your data>>
  19. +
  20. include::transform/transforms.asciidoc[tag=transform-intro]
  21. --
  22. include::rollup/index.asciidoc[]
  23. include::transform/index.asciidoc[]