Skip to content

Commit

Permalink
[8.x] Add allow_partial_search_results and shard_failures to EQL (#3342
Browse files Browse the repository at this point in the history
…) (#3358)

* Add spec for EQL allow_partial_search_results (#3342)

(cherry picked from commit 5987f79)

* Add shard_failures to the response
  • Loading branch information
luigidellaquila authored Dec 21, 2024
1 parent 3423480 commit adf61fa
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 5 deletions.
45 changes: 45 additions & 0 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 65 additions & 2 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 65 additions & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@
"eql.search": {
"request": [
"Request: query parameter 'allow_no_indices' does not exist in the json spec",
"Request: query parameter 'allow_partial_search_results' does not exist in the json spec",
"Request: query parameter 'allow_partial_sequence_results' does not exist in the json spec",
"Request: query parameter 'expand_wildcards' does not exist in the json spec",
"Request: query parameter 'ignore_unavailable' does not exist in the json spec"
],
Expand Down
5 changes: 5 additions & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit adf61fa

Please sign in to comment.