@@ -67,7 +67,7 @@ public void testValidation() {
6767
6868 // Test ignored patterns
6969 nonOpV .validateIndices (Set .of (".ml-state-21309" ));
70- nonOpV .validateIndices (Set .of ("> .ml-state-21309>" ));
70+ nonOpV .validateIndices (Set .of ("< .ml-state-21309>" ));
7171 nonOpV .validateIndices (Set .of (".slo-observability.sli-v2" ));
7272 nonOpV .validateIndices (Set .of (".slo-observability.sli-v2.3" ));
7373 nonOpV .validateIndices (Set .of (".slo-observability.sli-v2.3-2024-01-01" ));
@@ -79,6 +79,16 @@ public void testValidation() {
7979 nonOpV .validateIndices (Set .of (".entities.v1.latest.builtin_services_from_ecs_data" ));
8080 nonOpV .validateIndices (Set .of (".entities.v92.latest.eggplant.potato" ));
8181 nonOpV .validateIndices (Set .of ("<.entities.v12.latest.eggplant-{M{yyyy-MM-dd|UTC}}>" ));
82+ nonOpV .validateIndices (Set .of (".monitoring-es-8-thing" ));
83+ nonOpV .validateIndices (Set .of ("<.monitoring-es-8-thing>" ));
84+ nonOpV .validateIndices (Set .of (".monitoring-logstash-8-thing" ));
85+ nonOpV .validateIndices (Set .of ("<.monitoring-logstash-8-thing>" ));
86+ nonOpV .validateIndices (Set .of (".monitoring-kibana-8-thing" ));
87+ nonOpV .validateIndices (Set .of ("<.monitoring-kibana-8-thing>" ));
88+ nonOpV .validateIndices (Set .of (".monitoring-beats-8-thing" ));
89+ nonOpV .validateIndices (Set .of ("<.monitoring-beats-8-thing>" ));
90+ nonOpV .validateIndices (Set .of (".monitoring-ent-search-8-thing" ));
91+ nonOpV .validateIndices (Set .of ("<.monitoring-ent-search-8-thing>" ));
8292
8393 // Test pattern added to the settings
8494 nonOpV .validateIndices (Set .of (".potato5" ));
0 commit comments