From c7e2bd38d324b9ab6b50763f235c7dc560ab5450 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 26 Jul 2019 07:51:34 -0700 Subject: [PATCH 1/2] [DOCS] Updates data frame transform release highlights --- .../release-notes/highlights-7.3.0.asciidoc | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/docs/reference/release-notes/highlights-7.3.0.asciidoc b/docs/reference/release-notes/highlights-7.3.0.asciidoc index 33002224a21d5..5a0af405a7007 100644 --- a/docs/reference/release-notes/highlights-7.3.0.asciidoc +++ b/docs/reference/release-notes/highlights-7.3.0.asciidoc @@ -131,15 +131,23 @@ similar level as what you could have on pre-6.0 releases. // end::notable-highlights[] // tag::notable-highlights[] -[float] -==== Data frame pivot transforms to create entity-centric indexes - -<>, released in 7.2, allow to transform an -existing index to a secondary, summarized index. 7.3 now introduces Data frame -pivot transforms in order to create entity-centric indexes that can summarize -the behavior of an entity.  - -NOTE: Data frames are only available with the default distribution of {es}. +[discrete] +[[release-highlights-7.3.0-transforms]] +==== {dataframes-cap}: transform and pivot your streaming data + +beta[] {dataframe-transforms-cap} are a core new feature in {es} that enable you +to transform an existing index to a secondary, summarized index. +{dataframe-transforms-cap} enable you to pivot your data and create +entity-centric indices that can summarize the behavior of an entity. This +organizes the data into an analysis-friendly format. + +{dataframe-transforms-cap} were originally available in 7.2. With 7.3 they can +now run either as a single batch transform or continuously incorporating new +data as it is ingested. + +{dataframes-cap} enable new possibilities for {ml} analysis (such as +_outlier detection_), but they can also be useful for other types of +visualizations and custom types of analysis. // end::notable-highlights[] From d16617b5d2b4c8f040b6a884fd443be3eb1f5e53 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 26 Jul 2019 07:53:33 -0700 Subject: [PATCH 2/2] [DOCS] Adds link to highlights --- docs/reference/release-notes/highlights-7.3.0.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/release-notes/highlights-7.3.0.asciidoc b/docs/reference/release-notes/highlights-7.3.0.asciidoc index 5a0af405a7007..46fdac98e6c94 100644 --- a/docs/reference/release-notes/highlights-7.3.0.asciidoc +++ b/docs/reference/release-notes/highlights-7.3.0.asciidoc @@ -135,10 +135,10 @@ similar level as what you could have on pre-6.0 releases. [[release-highlights-7.3.0-transforms]] ==== {dataframes-cap}: transform and pivot your streaming data -beta[] {dataframe-transforms-cap} are a core new feature in {es} that enable you -to transform an existing index to a secondary, summarized index. -{dataframe-transforms-cap} enable you to pivot your data and create -entity-centric indices that can summarize the behavior of an entity. This +beta[] {stack-ov}/ml-dataframes.html[{dataframe-transforms-cap}] are a core new +feature in {es} that enable you to transform an existing index to a secondary, +summarized index. {dataframe-transforms-cap} enable you to pivot your data and +create entity-centric indices that can summarize the behavior of an entity. This organizes the data into an analysis-friendly format. {dataframe-transforms-cap} were originally available in 7.2. With 7.3 they can