File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
modules/dot-prefix-validation/src
main/java/org/elasticsearch/validation
test/java/org/elasticsearch/validation Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ public abstract class DotPrefixValidator<RequestType> implements MappedActionFil
68
68
"\\ .ml-anomalies-.*" ,
69
69
"\\ .ml-annotations-\\ d+" ,
70
70
"\\ .ml-state-\\ d+" ,
71
+ "\\ .ml-stats-\\ d+" ,
71
72
"\\ .slo-observability\\ .sli-v\\ d+.*" ,
72
73
"\\ .slo-observability\\ .summary-v\\ d+.*" ,
73
74
"\\ .entities\\ .v\\ d+\\ ..*" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ public void testValidation() {
65
65
nonOpV .validateIndices (Set .of (".elastic-connectors-v1" ));
66
66
nonOpV .validateIndices (Set .of (".elastic-connectors-sync-jobs-v1" ));
67
67
nonOpV .validateIndices (Set .of (".ml-state" ));
68
- nonOpV .validateIndices (Set .of (".ml-state-001" ));
68
+ nonOpV .validateIndices (Set .of (".ml-state-000001" ));
69
+ nonOpV .validateIndices (Set .of (".ml-stats-000001" ));
69
70
nonOpV .validateIndices (Set .of (".ml-anomalies-unrelated" ));
70
71
71
72
// Test ignored patterns
You can’t perform that action at this time.
0 commit comments