logging: start_time and end_time are not required params
Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
15
pkg/simple/client/logging/elasticsearch/testdata/api_body_7.json
vendored
Normal file
15
pkg/simple/client/logging/elasticsearch/testdata/api_body_7.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"query":{
|
||||
"bool":{
|
||||
"filter":[
|
||||
{
|
||||
"range":{
|
||||
"time":{
|
||||
"gte":"2020-05-29T17:31:16+08:00"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user