Skip to content

Commit a03b4d3

Browse files
authored
Remove master_timeout from ingest.get_ip_location_database (#4804)
1 parent b8eac9d commit a03b4d3

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
@@ -43,12 +43,6 @@
4343
],
4444
"response": []
4545
},
46-
"ingest.get_ip_location_database": {
47-
"request": [
48-
"Request: query parameter 'master_timeout' does not exist in the json spec"
49-
],
50-
"response": []
51-
},
5246
"msearch": {
5347
"request": [
5448
"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)