mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
b485e69a5f
* [DOCS] ILM API Ref edits * [DOCS] Fixed endpoint for DELETE policy. * [DOCS] Removed comparison to setting index.lifecycle.name to null. * [DOCS] Fixed xrefs to explain API.
12 lines
547 B
Plaintext
12 lines
547 B
Plaintext
`timeout`::
|
|
(time units) Specifies the period of time to wait for a response. If no
|
|
response is received before the timeout expires, the request fails and
|
|
returns an error. Defaults to `30s`. For more information about
|
|
time units, see <<time-units>>.
|
|
|
|
`master_timeout`::
|
|
(time units) Specifies the period of time 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. Defaults to `30s`. For more information about
|
|
time units, see <<time-units>>.
|