Skip to content

Commit 9711975

Browse files
authored
[Test] Remove some watcher indices from comparison (#69497)
Since #67588, .triggered_watches and .watches indices are no longer created on node startup. This PR removing them from the warnings for comparison.
1 parent 728dce0 commit 9711975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/transport-netty4/src/javaRestTest/java/org/elasticsearch/rest/Netty4HeadBodyIsEmptyIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ public void testTemplateExists() throws IOException {
115115
if (inFipsJvm()) {
116116
request.setOptions(expectWarnings(
117117
"legacy template [template] has index patterns [*] matching patterns from existing composable templates " +
118-
"[.deprecation-indexing-template,.slm-history,.triggered_watches,.watch-history-14,.watches,ilm-history,logs," +
118+
"[.deprecation-indexing-template,.slm-history,.watch-history-14,ilm-history,logs," +
119119
"metrics,synthetics] with patterns (.deprecation-indexing-template => [.logs-deprecation-elasticsearch]," +
120-
".slm-history => [.slm-history-5*],.triggered_watches => [.triggered_watches*]," +
121-
".watch-history-14 => [.watcher-history-14*],.watches => [.watches*],ilm-history => [ilm-history-5*]," +
120+
".slm-history => [.slm-history-5*]," +
121+
".watch-history-14 => [.watcher-history-14*],ilm-history => [ilm-history-5*]," +
122122
"logs => [logs-*-*],metrics => [metrics-*-*],synthetics => [synthetics-*-*]" +
123123
"); this template [template] may be ignored in favor of a composable template at index creation time"));
124124
}

0 commit comments

Comments
 (0)