From 1e30b0b3445dc6d8db74bb73677f15990724cfc3 Mon Sep 17 00:00:00 2001 From: Somesh Gupta Date: Mon, 2 Sep 2024 22:14:57 +0530 Subject: [PATCH] Fixed comment Signed-off-by: Somesh Gupta --- _api-reference/cat/cat-shards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_api-reference/cat/cat-shards.md b/_api-reference/cat/cat-shards.md index 920e890b46..56817936a6 100644 --- a/_api-reference/cat/cat-shards.md +++ b/_api-reference/cat/cat-shards.md @@ -33,7 +33,7 @@ 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/). 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. -cancel_after_time_interval | Time | The time after which the shards request will be canceled. Default is -1. +cancel_after_time_interval | Time | The amount of time after which the shard request will be canceled. Default is `-1`. time | Time | Specify the units for time. For example, `5d` or `7h`. For more information, see [Supported units]({{site.url}}{{site.baseurl}}/opensearch/units/). ## Example requests