2019-09-11 08:44:03 -07:00
|
|
|
[role="xpack"]
|
2019-09-25 08:11:37 -07:00
|
|
|
[[transforms]]
|
|
|
|
== Transforming data
|
2019-09-11 08:44:03 -07:00
|
|
|
|
2019-09-25 08:11:37 -07:00
|
|
|
// tag::transform-intro[]
|
2019-09-18 13:30:16 -07:00
|
|
|
{transforms-cap} enable you to convert existing {es} indices into summarized
|
2019-09-25 08:11:37 -07:00
|
|
|
indices, which provide opportunities for new insights and analytics.
|
|
|
|
// end::transform-intro[]
|
|
|
|
For example, you can use {transforms} to pivot your data into entity-centric
|
|
|
|
indices that summarize the behavior of users or sessions or other entities in
|
|
|
|
your data.
|
2019-09-11 08:44:03 -07:00
|
|
|
|
2019-09-25 08:11:37 -07:00
|
|
|
* <<transform-overview>>
|
2020-03-18 15:23:41 -07:00
|
|
|
* <<transform-setup>>
|
2019-09-25 08:11:37 -07:00
|
|
|
* <<transform-usage>>
|
|
|
|
* <<transform-api-quickref>>
|
2019-09-25 13:02:28 -07:00
|
|
|
* <<ecommerce-transforms>>
|
2019-09-25 08:11:37 -07:00
|
|
|
* <<transform-examples>>
|
2020-03-23 10:38:36 +01:00
|
|
|
* <<transform-painless-examples>>
|
2019-09-25 08:11:37 -07:00
|
|
|
* <<transform-troubleshooting>>
|
|
|
|
* <<transform-limitations>>
|
2019-09-11 08:44:03 -07:00
|
|
|
|
|
|
|
include::overview.asciidoc[]
|
2020-03-18 15:23:41 -07:00
|
|
|
include::setup.asciidoc[]
|
2019-09-18 13:30:16 -07:00
|
|
|
include::usage.asciidoc[]
|
2019-09-11 08:44:03 -07:00
|
|
|
include::checkpoints.asciidoc[]
|
|
|
|
include::api-quickref.asciidoc[]
|
2019-09-25 08:11:37 -07:00
|
|
|
include::ecommerce-tutorial.asciidoc[]
|
|
|
|
include::examples.asciidoc[]
|
2020-03-23 10:38:36 +01:00
|
|
|
include::painless-examples.asciidoc[]
|
2019-09-11 08:44:03 -07:00
|
|
|
include::troubleshooting.asciidoc[]
|
|
|
|
include::limitations.asciidoc[]
|