| 123456789101112131415161718192021222324 | [role="xpack"][[transforms]]= Transforming data// tag::transform-intro[]{transforms-cap} enable you to convert existing {es} indices into summarizedindices, which provide opportunities for new insights and analytics.// end::transform-intro[]For example, you can use {transforms} to pivot your data into entity-centricindices that summarize the behavior of users or sessions or other entities inyour data. Or you can use {transforms} to find the latest document among all thedocuments that have a certain unique key.* <<transform-overview>>* <<transform-setup>>* <<transform-usage>>* <<transform-scale>>* <<transform-checkpoints>>* <<transform-api-quickref>>* <<ecommerce-transforms>>* <<transform-examples>>* <<transform-painless-examples>>* <<transform-troubleshooting>>* <<transform-limitations>>
 |