Merge pull request #624 from opensearch-project/Fix486-add-master-timeout-to-cat
Added master_timeout parameter to CAT segments
This commit is contained in:
commit
b890c2e21c
|
@ -46,6 +46,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensear
|
|||
Parameter | Type | Description
|
||||
:--- | :--- | :---
|
||||
bytes | Byte size | Specify the units for byte size. For example, `7kb` or `6gb`. For more information, see [Supported units]({{site.url}}{{site.baseurl}}/opensearch/units/)..
|
||||
cluster_manager_timeout | Time | The amount of time to wait for a connection to the cluster manager node. Default is 30 seconds.
|
||||
|
||||
|
||||
## Response
|
||||
|
|
Loading…
Reference in New Issue