logging: start_time and end_time are not required params

Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
huanggze
2020-05-29 18:59:36 +08:00
parent a575c3eda8
commit 71b2b78c38
3 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
{
"query":{
"bool":{
"filter":[
{
"range":{
"time":{
"gte":"2020-05-29T17:31:16+08:00"
}
}
}
]
}
}
}