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

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

There is a newer version: 9.2.2
Show newest version
{
  "query": {
    "bool": {
      "filter": [
        {"bool": {"should": [
          {"term": {"type": "cluster_stats"}},
          {"exists": {"field": "cluster_stats"}}
        ]}}
      ]
    }
  },
  "collapse": {
    "field": "cluster_uuid"
  },
  "sort": {
    "timestamp": "asc"
  },
  "size": 100,
  "_source": ["cluster_uuid", "cluster_name", "cluster_settings.cluster.metadata.display_name", "elasticsearch.cluster.name"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy