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

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

There is a newer version: 9.2.2
Show newest version
{
  "size": {{size}},
  "query":{
    "bool": {
      "must_not": [
        {"wildcard": {
          "index_stats.index": {
            "value": ".*"
          }
        }}
      ],
      "filter": [
        {"bool": {"should": [
          {"term": {"type": "{{type}}"}},
          {"exists": {"field": "{{field}}"}}
        ]}},
        {"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