@@ -131,15 +131,23 @@ similar level as what you could have on pre-6.0 releases.
131
131
// end::notable-highlights[]
132
132
133
133
// tag::notable-highlights[]
134
- [float]
135
- ==== Data frame pivot transforms to create entity-centric indexes
136
-
137
- <<put-dfanalytics,Data frames>>, released in 7.2, allow to transform an
138
- existing index to a secondary, summarized index. 7.3 now introduces Data frame
139
- pivot transforms in order to create entity-centric indexes that can summarize
140
- the behavior of an entity.
141
-
142
- NOTE: Data frames are only available with the default distribution of {es}.
134
+ [discrete]
135
+ [[release-highlights-7.3.0-transforms]]
136
+ ==== {dataframes-cap}: transform and pivot your streaming data
137
+
138
+ beta[] {stack-ov}/ml-dataframes.html[{dataframe-transforms-cap}] are a core new
139
+ feature in {es} that enable you to transform an existing index to a secondary,
140
+ summarized index. {dataframe-transforms-cap} enable you to pivot your data and
141
+ create entity-centric indices that can summarize the behavior of an entity. This
142
+ organizes the data into an analysis-friendly format.
143
+
144
+ {dataframe-transforms-cap} were originally available in 7.2. With 7.3 they can
145
+ now run either as a single batch transform or continuously incorporating new
146
+ data as it is ingested.
147
+
148
+ {dataframes-cap} enable new possibilities for {ml} analysis (such as
149
+ _outlier detection_), but they can also be useful for other types of
150
+ visualizations and custom types of analysis.
143
151
144
152
// end::notable-highlights[]
145
153
0 commit comments