From ac9985e91407b4f6547bfaecd283c46957066e9f Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Wed, 1 Jun 2022 14:02:14 -0400 Subject: [PATCH 1/3] Added master_timeout parameter to CAT segments Signed-off-by: Fanit Kolchina --- _opensearch/rest-api/cat/cat-segments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_opensearch/rest-api/cat/cat-segments.md b/_opensearch/rest-api/cat/cat-segments.md index a5fce2e565..75a78e0b63 100644 --- a/_opensearch/rest-api/cat/cat-segments.md +++ b/_opensearch/rest-api/cat/cat-segments.md @@ -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/).. +master_timeout | Time | The amount of time to wait for a connection to the master node. Default is 30 seconds. ## Response From 9d7e732585d98ceb055d997848f9f4a86043e6b8 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Thu, 2 Jun 2022 12:05:18 -0400 Subject: [PATCH 2/3] 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 75a78e0b63..4989cdfc6f 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 From 36af3984e273754ffe581a0bb52e789caf39d66d Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Thu, 2 Jun 2022 13:24:20 -0400 Subject: [PATCH 3/3] Changed master node to cluster manager node in the description 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 4989cdfc6f..350de6c134 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/).. -cluster_manager_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 cluster manager node. Default is 30 seconds. ## Response