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

monitoring-extract.cluster_id_check.json Maven / Gradle / Ivy

There is a newer version: 9.2.2
Show newest version
{
  "query": {
    "bool": {
      "filter": [ { "term": { "cluster_uuid": "{{clusterId}}" } } ]
    }
  },
  "collapse": {
    "field": "cluster_uuid"
  },
  "sort": {
    "timestamp": "asc"
  },
  "size": 100,
  "_source": ["cluster_uuid", "cluster_name"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy