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

freemarker.healthcheck.logs.ftl Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
<#ftl output_format="JSON">
{
  "from": ${(query.page() - 1) * query.size()},
  "size": ${query.size()},
  "query" : {
    "bool" : {
      "filter" : [
        {
          "term" : {
            "api": "${query.root().id()}"
          }
        }
      ]
    }
  },
  "sort" : [
    {
      "@timestamp" : {
        "order" : "desc"
      }
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy