forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Adds transforms to Elasticsearch book (elastic#46846) (elastic…
- Loading branch information
Showing
12 changed files
with
79 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
[role="xpack"] | ||
[[ml-dataframes]] | ||
= Transforming data | ||
|
||
[partintro] | ||
-- | ||
[[transforms]] | ||
== Transforming data | ||
|
||
// tag::transform-intro[] | ||
{transforms-cap} enable you to convert existing {es} indices into summarized | ||
indices, which provide opportunities for new insights and analytics. 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. | ||
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. | ||
|
||
* <<ml-transform-overview>> | ||
* <<ml-transforms-usage>> | ||
* <<df-api-quickref>> | ||
* <<dataframe-examples>> | ||
* <<dataframe-troubleshooting>> | ||
* <<dataframe-limitations>> | ||
-- | ||
* <<transform-overview>> | ||
* <<transform-usage>> | ||
* <<transform-api-quickref>> | ||
* <<transform-examples>> | ||
* <<transform-troubleshooting>> | ||
* <<transform-limitations>> | ||
|
||
include::overview.asciidoc[] | ||
include::usage.asciidoc[] | ||
include::checkpoints.asciidoc[] | ||
include::api-quickref.asciidoc[] | ||
include::dataframe-examples.asciidoc[] | ||
include::ecommerce-tutorial.asciidoc[] | ||
include::examples.asciidoc[] | ||
include::troubleshooting.asciidoc[] | ||
include::limitations.asciidoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters