elasticsearch/docs/reference/transform/index.asciidoc

32 lines
981 B
Plaintext
Raw Normal View History

2019-09-11 09:13:40 +08:00
[role="xpack"]
[[transforms]]
== Transforming data
2019-09-11 09:13:40 +08:00
// tag::transform-intro[]
{transforms-cap} enable you to convert existing {es} indices into summarized
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 09:13:40 +08:00
* <<transform-overview>>
2020-03-19 06:23:41 +08:00
* <<transform-setup>>
* <<transform-usage>>
* <<transform-api-quickref>>
* <<ecommerce-transforms>>
* <<transform-examples>>
* <<transform-painless-examples>>
* <<transform-troubleshooting>>
* <<transform-limitations>>
2019-09-11 09:13:40 +08:00
include::overview.asciidoc[]
2020-03-19 06:23:41 +08:00
include::setup.asciidoc[]
include::usage.asciidoc[]
2019-09-11 09:13:40 +08:00
include::checkpoints.asciidoc[]
include::api-quickref.asciidoc[]
include::ecommerce-tutorial.asciidoc[]
include::examples.asciidoc[]
include::painless-examples.asciidoc[]
2019-09-11 09:13:40 +08:00
include::troubleshooting.asciidoc[]
include::limitations.asciidoc[]