From cf5f3a6edc046b1b9cd8641dbcbecb7e9d7eaefb Mon Sep 17 00:00:00 2001 From: Landon Lengyel Date: Fri, 5 Jul 2024 07:36:30 -0600 Subject: [PATCH] Update cat-nodes.md (#7626) 'Local' option is deprecated and no has any purpose. See Issue #7625 Signed-off-by: Landon Lengyel --- _api-reference/cat/cat-nodes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_api-reference/cat/cat-nodes.md b/_api-reference/cat/cat-nodes.md index 149e590536..6f68204710 100644 --- a/_api-reference/cat/cat-nodes.md +++ b/_api-reference/cat/cat-nodes.md @@ -39,7 +39,6 @@ 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/). full_id | Boolean | If true, return the full node ID. If false, return the shortened node ID. Defaults to false. -local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false. cluster_manager_timeout | Time | The amount of time to wait for a connection to the cluster manager node. Default is 30 seconds. time | Time | Specify the units for time. For example, `5d` or `7h`. For more information, see [Supported units]({{site.url}}{{site.baseurl}}/opensearch/units/). include_unloaded_segments | Boolean | Whether to include information from segments not loaded into memory. Default is false.