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

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

There is a newer version: 9.2.2
Show newest version
{
  "size": {{size}},
    "query":{
      "bool": {
        "filter": [
          { "range":
            { "@timestamp":
              {
                "gte": "{{start}}",
                "lte": "{{stop}}"
              }
            }
          },
          {
            "term": {"metricset.name": "{{type}}"}
          }
        ]
      }
    },
    "sort": [
        {
          "@timestamp":
          {
            "order": "asc"
          }
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy