transforms.asciidoc 660 B

123456789101112131415161718192021
  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.
  11. * <<transform-overview>>
  12. * <<transform-setup>>
  13. * <<transform-usage>>
  14. * <<transform-api-quickref>>
  15. * <<ecommerce-transforms>>
  16. * <<transform-examples>>
  17. * <<transform-painless-examples>>
  18. * <<transform-troubleshooting>>
  19. * <<transform-limitations>>