Skip to content

Commit

Permalink
Excluding ilm history from a data stream query in a yaml rest test
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Sep 26, 2023
1 parent c3f164a commit 1f4f35a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ setup:

- do:
indices.get_data_stream:
name: "*"
name: ['*','-.ml*', '-.ds-ilm-history*']
expand_wildcards: hidden
- length: { data_streams: 2 }
- match: { data_streams.0.name: .hidden-data-stream }
Expand Down

0 comments on commit 1f4f35a

Please sign in to comment.