Skip to content

Commit c008ce5

Browse files
committed
Add .reindexed-v7-ml-anomalies-* to anomaly results template index pattern
1 parent 3342033 commit c008ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/template-resources/src/main/resources/ml/anomalydetection/results_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"priority": 2147483647,
33
"version" : ${xpack.ml.version.id},
44
"index_patterns" : [
5-
".ml-anomalies-*"
5+
".ml-anomalies-*", ".reindexed-v7-ml-anomalies-*"
66
],
77
"template" : {
88
"settings" : {

0 commit comments

Comments
 (0)