All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.test.nodes.info.40_aggs.yml Maven / Gradle / Ivy

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