Skip to content

Commit a703733

Browse files
committed
Add ccs_minimize_roundtrips
1 parent 05549a8 commit a703733

File tree

6 files changed

+52
-7
lines changed

6 files changed

+52
-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.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
@@ -8,12 +8,6 @@
88
],
99
"response": []
1010
},
11-
"eql.search": {
12-
"request": [
13-
"Request: missing json spec query parameter 'ccs_minimize_roundtrips'"
14-
],
15-
"response": []
16-
},
1711
"esql.async_query_get": {
1812
"request": [
1913
"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)