Skip to content

Remove master_timeout from ingest.get_ip_location_database #4804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions output/openapi/elasticsearch-openapi.json

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

18 changes: 2 additions & 16 deletions output/schema/schema.json

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

6 changes: 0 additions & 6 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
],
"response": []
},
"ingest.get_ip_location_database": {
"request": [
"Request: query parameter 'master_timeout' does not exist in the json spec"
],
"response": []
},
"msearch": {
"request": [
"Request: query parameter 'allow_no_indices' does not exist in the json spec",
Expand Down
1 change: 0 additions & 1 deletion output/typescript/types.ts

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

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import { RequestBase } from '@_types/Base'
import { Ids } from '@_types/common'
import { Duration } from '@_types/Time'

/**
* Get IP geolocation database configurations.
Expand Down Expand Up @@ -48,12 +47,4 @@ export interface Request extends RequestBase {
*/
id?: Ids
}
query_parameters: {
/**
* The period to wait for a connection to the master node.
* If no response is received before the timeout expires, the request fails and returns an error.
* A value of `-1` indicates that the request should never time out.
* @server_default 30s */
master_timeout?: Duration
}
}
Loading