freemarker.healthcheck.logs.ftl Maven / Gradle / Ivy
<#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