You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ML] Automatically rollover legacy .ml-anomalies indices (#120885)
Rollover legacy v87 .ml-anomalies indices and update the job aliases.
Anomaly detection requires read + write indices, this rollover ensures
AD will continue to work after upgrading to 9
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/persistence/AnomalyDetectorsIndex.java
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,10 @@ public static String jobResultsIndexPrefix() {
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/persistence/AnomalyDetectorsIndexFields.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ public final class AnomalyDetectorsIndexFields {
0 commit comments