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

freemarker.monitor.monitoringRequest.ftl Maven / Gradle / Ivy

There is a newer version: 4.5.2
Show newest version
<#ftl output_format="JSON">
{
   "size":1,
   "query":{
      "bool":{
         "must":{
            "term":{
               "gateway":"${gateway}"
            }
         }
      }
   },
   "sort":[
      {
         "@timestamp":{
            "order":"desc"
         }
      }
   ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy