Skip to content

Commit b993902

Browse files
fix "Resolve index with hidden and closed indices"
1 parent 4a2b384 commit b993902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/80_resolve_index_data_streams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ setup:
114114

115115
- do:
116116
indices.resolve_index:
117-
name: ['*','-.ml*', '-.ds-ilm-history*', '-ilm-history*']
117+
name: ['*','-.ml*', '-.ds-ilm-history*', '-ilm-history*', "-.security*"]
118118
expand_wildcards: [all]
119119

120120
- match: {indices.0.name: "/\\.ds-simple-data-stream1-(\\d{4}\\.\\d{2}\\.\\d{2}-)?000001/"}

0 commit comments

Comments
 (0)