File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,32 @@ coarse time resolution, is also supported.
102
102
103
103
{es-pull}90116[#90116]
104
104
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.
106
130
131
+ {es-pull}83055[#83055]
107
132
133
+ // end::notable-highlights[]
You can’t perform that action at this time.
0 commit comments