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 f62ff31 commit 4517e10Copy full SHA for 4517e10
x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/patterntext/30_template_id.yml
@@ -64,7 +64,6 @@ 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 }
@@ -87,7 +86,7 @@ Sort by template_id ascending from request:
87
86
88
89
90
- sort: ["foo.template_id", "@timestamp"]
+ sort: "foo.template_id"
91
92
93
0 commit comments