From 9d7e732585d98ceb055d997848f9f4a86043e6b8 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Thu, 2 Jun 2022 12:05:18 -0400 Subject: [PATCH] Changed master_timeout to cluster_manager_timeout Signed-off-by: Fanit Kolchina --- _opensearch/rest-api/cat/cat-segments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/rest-api/cat/cat-segments.md b/_opensearch/rest-api/cat/cat-segments.md index 75a78e0b..4989cdfc 100644 --- a/_opensearch/rest-api/cat/cat-segments.md +++ b/_opensearch/rest-api/cat/cat-segments.md @@ -46,7 +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/).. -master_timeout | Time | The amount of time to wait for a connection to the master node. Default is 30 seconds. +cluster_manager_timeout | Time | The amount of time to wait for a connection to the master node. Default is 30 seconds. ## Response