Update point in time sort parameter (#4239)

Signed-off-by: Fanit Kolchina <[email protected]>
This commit is contained in:
kolchfa-aws
2023-06-07 09:43:18 -04:00
committed by GitHub
parent 3b9ae603de
commit 687148e880
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -94,8 +94,7 @@ GET /_search
"keep_alive": "100m"
},
"sort": [
{"@timestamp": {"order": "asc", "format": "strict_date_optional_time_nanos"}},
{"_shard_doc": "desc"}
{"@timestamp": {"order": "asc"}}
],
"search_after": [
"2021-05-20T05:30:04.832Z"
+2 -2
View File
@@ -55,7 +55,7 @@ GET /_search
"keep_alive": "100m"
},
"sort": [
{"@timestamp": {"order": "asc", "format": "strict_date_optional_time_nanos"}}
{"@timestamp": {"order": "asc"}}
]
}
```
@@ -76,7 +76,7 @@ GET /_search
"keep_alive": "100m"
},
"sort": [
{"@timestamp": {"order": "asc", "format": "strict_date_optional_time_nanos"}}
{"@timestamp": {"order": "asc"}}
],
"search_after": [
"2021-05-20T05:30:04.832Z"