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

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

There is a newer version: 9.2.2
Show newest version
{
  "size": {{size}},
  "query":{
    "bool": {
      "filter": [
        {"bool": {"should": [
          {"term": {"type": "index_stats"}},
          {"exists": {"field": "index_stats"}}
        ]}},
        {"term": { "cluster_uuid" : "{{clusterId}}"} },
        { "range":
          { "timestamp":
            {
              "gte": "{{start}}",
              "lte": "{{stop}}"
            }
          }
        }
      ]
    }
  },
  "sort": [
  {
    "index_stats.index": {
      "order": "asc"
    }
  },
  {
    "timestamp": {
      "order": "asc"
      }
  }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy