freemarker.count.ftl Maven / Gradle / Ivy
{
"size": 0,
"query": {
"bool": {
"filter": [
<#if query.query()?has_content>
{
"query_string": {
"query": "${query.query().filter()}"
}
},
#if>
<#if query.root()?has_content>
{
"term": {
"${query.root().field()}": "${query.root().id()}"
}
},
#if>
{
"range": {
"@timestamp": {
"from": ${query.timeRange().range().from()},
"to": ${query.timeRange().range().to()},
"include_lower": true,
"include_upper": true
}
}
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy