Skip to content

Commit adf61fa

Browse files
[8.x] Add allow_partial_search_results and shard_failures to EQL (#3342) (#3358)
* Add spec for EQL allow_partial_search_results (#3342) (cherry picked from commit 5987f79) * Add shard_failures to the response
1 parent 3423480 commit adf61fa

File tree

9 files changed

+246
-5
lines changed

9 files changed

+246
-5
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 65 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 65 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@
394394
"eql.search": {
395395
"request": [
396396
"Request: query parameter 'allow_no_indices' does not exist in the json spec",
397+
"Request: query parameter 'allow_partial_search_results' does not exist in the json spec",
398+
"Request: query parameter 'allow_partial_sequence_results' does not exist in the json spec",
397399
"Request: query parameter 'expand_wildcards' does not exist in the json spec",
398400
"Request: query parameter 'ignore_unavailable' does not exist in the json spec"
399401
],

output/typescript/types.ts

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)