diff --git a/docs/changelog/135270.yaml b/docs/changelog/135270.yaml new file mode 100644 index 0000000000000..f3efc0b02df2c --- /dev/null +++ b/docs/changelog/135270.yaml @@ -0,0 +1,5 @@ +pr: 135270 +summary: Add .reindexed-v7-ml-anomalies-* to anomaly results template index pattern +area: Machine Learning +type: bug +issues: [] diff --git a/x-pack/plugin/core/template-resources/src/main/resources/ml/anomalydetection/results_index_template.json b/x-pack/plugin/core/template-resources/src/main/resources/ml/anomalydetection/results_index_template.json index 7914cc9bd6a8a..c038abb37728b 100644 --- a/x-pack/plugin/core/template-resources/src/main/resources/ml/anomalydetection/results_index_template.json +++ b/x-pack/plugin/core/template-resources/src/main/resources/ml/anomalydetection/results_index_template.json @@ -2,7 +2,7 @@ "priority": 2147483647, "version" : ${xpack.ml.version.id}, "index_patterns" : [ - ".ml-anomalies-*" + ".ml-anomalies-*", ".reindexed-v7-ml-anomalies-*" ], "template" : { "settings" : {