Skip to content

Commit f62ff31

Browse files
committed
Revert "added explicit tie sorting to avoid inconsistency in serverless (2)"
This reverts commit 52db9bf.
1 parent 4ee9092 commit f62ff31

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/patterntext

1 file changed

+1
-1
lines changed

x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/patterntext/30_template_id.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Sort by template_id descending from index config setting:
6464
index: test
6565
body:
6666
docvalue_fields: [ "foo.template_id" ]
67-
sort: [{ "_doc": { } }, {"@timestamp": {"missing": "_last" }}]
67+
sort: ["_doc", "@timestamp"]
6868
query: { match_all: {} }
6969

7070
- match: { hits.total.value: 5 }

0 commit comments

Comments
 (0)