transforms.asciidoc 845 B

12345678910111213141516171819202122232425
  1. [role="xpack"]
  2. [[transforms]]
  3. = Transforming data
  4. // tag::transform-intro[]
  5. {transforms-cap} enable you to convert existing {es} indices into summarized
  6. indices, which provide opportunities for new insights and analytics.
  7. // end::transform-intro[]
  8. For example, you can use {transforms} to pivot your data into entity-centric
  9. indices that summarize the behavior of users or sessions or other entities in
  10. your data. Or you can use {transforms} to find the latest document among all the
  11. documents that have a certain unique key.
  12. * <<transform-overview>>
  13. * <<transform-setup>>
  14. * <<transform-usage>>
  15. * <<transform-alerts>>
  16. * <<transform-scale>>
  17. * <<transform-checkpoints>>
  18. * <<transform-api-quickref>>
  19. * <<ecommerce-transforms>>
  20. * <<transform-examples>>
  21. * <<transform-painless-examples>>
  22. * <<transform-troubleshooting>>
  23. * <<transform-limitations>>