Skip to content

Commit 0c6fb57

Browse files
Remove master_timeout from ingest.get_ip_location_database (#4804) (#4815)
(cherry picked from commit a03b4d3) Co-authored-by: Quentin Pradet <[email protected]>
1 parent ffc2dfc commit 0c6fb57

File tree

5 files changed

+2
-50
lines changed

5 files changed

+2
-50
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 18 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: 2 additions & 16 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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@
4949
],
5050
"response": []
5151
},
52-
"ingest.get_ip_location_database": {
53-
"request": [
54-
"Request: query parameter 'master_timeout' does not exist in the json spec"
55-
],
56-
"response": []
57-
},
5852
"msearch": {
5953
"request": [
6054
"Request: query parameter 'allow_no_indices' does not exist in the json spec",

output/typescript/types.ts

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

specification/ingest/get_ip_location_database/GetIpLocationDatabaseRequest.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import { RequestBase } from '@_types/Base'
2121
import { Ids } from '@_types/common'
22-
import { Duration } from '@_types/Time'
2322

2423
/**
2524
* Get IP geolocation database configurations.
@@ -48,12 +47,4 @@ export interface Request extends RequestBase {
4847
*/
4948
id?: Ids
5049
}
51-
query_parameters: {
52-
/**
53-
* The period to wait for a connection to the master node.
54-
* If no response is received before the timeout expires, the request fails and returns an error.
55-
* A value of `-1` indicates that the request should never time out.
56-
* @server_default 30s */
57-
master_timeout?: Duration
58-
}
5950
}

0 commit comments

Comments
 (0)