We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca99025 commit 5d1135aCopy full SHA for 5d1135a
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/security/stats/20_roles_stats.yml
@@ -9,6 +9,6 @@
9
10
- set:
11
nodes._arbitrary_key_: node_id
12
- - match: { nodes.$node_id.roles.dls.bit_set_cache.hits: 0 }
13
- - match: { nodes.$node_id.roles.file.remote_indices: 0 }
14
- - match: { nodes.$node_id.roles.native.remote_indices: 0 }
+ - gte: { nodes.$node_id.roles.dls.bit_set_cache.count: 0 }
+ - gte: { nodes.$node_id.roles.file.size: 0 }
+ - gte: { nodes.$node_id.roles.native.size: 0 }
0 commit comments