rest-api-spec.test.nodes.info.40_aggs.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
OpenSearch subproject :rest-api-spec
The newest version!
---
"node_info test aggregations":
- skip:
version: " - 7.9.99"
reason: "aggregation info only supported in 8.0.0+"
features: [arbitrary_key]
- do:
nodes.info: {}
- set:
nodes._arbitrary_key_: node_id
- do:
nodes.info:
metric: [ aggregations ]
- match : { nodes.$node_id.aggregations.filter: { "types": ["other"] } }
© 2015 - 2024 Weber Informatics LLC | Privacy Policy