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

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

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

        ]
      }
    },
    "sort": [
        {
          "timestamp":
          {
            "order": "asc"
          }
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy