Skip to content

Commit 17e3968

Browse files
committed
Add ccs_minimize_roundtrips
1 parent bc430c0 commit 17e3968

File tree

7 files changed

+77817
-7
lines changed

7 files changed

+77817
-7
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 16 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-docs.json

Lines changed: 77765 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: 16 additions & 0 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: 14 additions & 1 deletion
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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@
171171
],
172172
"response": []
173173
},
174-
"eql.search": {
175-
"request": [
176-
"Request: missing json spec query parameter 'ccs_minimize_roundtrips'"
177-
],
178-
"response": []
179-
},
180174
"esql.async_query_get": {
181175
"request": [
182176
"Request: query parameter 'format' does not exist in the json spec"

output/typescript/types.ts

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

specification/eql/search/EqlSearchRequest.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ export interface Request extends RequestBase {
6565
* @server_default open
6666
*/
6767
expand_wildcards?: ExpandWildcards
68+
/**
69+
* Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution
70+
* @server_default true
71+
*/
72+
ccs_minimize_roundtrips?: boolean
6873
/**
6974
* If true, missing or closed indices are not included in the response.
7075
* @server_default true

0 commit comments

Comments
 (0)