Skip to content

Commit 51fe478

Browse files
szabostevedroberts195lcawl
authored
[8.5][DOCS] Adds ML-related highlights to 8.5 (#90506)
Co-authored-by: David Roberts <[email protected]> Co-authored-by: Lisa Cawley <[email protected]>
1 parent 7412932 commit 51fe478

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

docs/reference/release-notes/highlights.asciidoc

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,32 @@ coarse time resolution, is also supported.
102102

103103
{es-pull}90116[#90116]
104104

105-
// end::notable-highlights[]
105+
[discrete]
106+
[[unattended_mode_for_transforms]]
107+
=== Unattended mode for transforms
108+
109+
The new `unattended` setting for transforms introduces unattended mode. It
110+
enables the transform to retry indefinitely, even in the face of errors that
111+
require direct intervention to resolve. For example, a high disk watermark may
112+
prevent all ingest activities, including the indexing operation of a transform;
113+
however once the original issue is resolved by the system administrator, the
114+
transform automatically continues to operate from where it stopped working.
115+
Neither the system administrator nor the end-user need to restart the transform.
116+
117+
{es-pull}89212[#89212]
118+
119+
[discrete]
120+
[[frequent-items-agg]]
121+
=== Frequent items aggregation
122+
123+
The
124+
{ref}/search-aggregations-bucket-frequent-items-aggregation.html[frequent items aggregation]
125+
is a new bucket aggregation which identifies items that often occur together. It
126+
is a form of association rule mining that helps to discover relationships
127+
between different data points. For example, the aggregation can find attributes
128+
of log events that tend to co-occur and may give a more informative explanation
129+
for the possible causes of a spike in the logs.
106130

131+
{es-pull}83055[#83055]
107132

133+
// end::notable-highlights[]

0 commit comments

Comments
 (0)