We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d4610 commit a134f98Copy full SHA for a134f98
x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/patterntext/30_template_id.yml
@@ -64,6 +64,7 @@ Sort by template_id descending from index config setting:
64
index: test
65
body:
66
docvalue_fields: [ "foo.template_id" ]
67
+ sort: ["_doc", "@timestamp"]
68
query: { match_all: {} }
69
70
- match: { hits.total.value: 5 }
@@ -86,7 +87,7 @@ Sort by template_id ascending from request:
86
87
88
89
- sort: "foo.template_id"
90
+ sort: ["foo.template_id", "@timestamp"]
91
92
93
0 commit comments