Skip to content

Commit

Permalink
Update doc for adding new param in cat shards action for cancellation… (
Browse files Browse the repository at this point in the history
#8127)

* Update doc for adding new param in cat shards action for cancellation support

Signed-off-by: Somesh Gupta <[email protected]>

* Fixed comment

Signed-off-by: Somesh Gupta <[email protected]>

---------

Signed-off-by: Somesh Gupta <[email protected]>
  • Loading branch information
aasom143 authored Sep 11, 2024
1 parent 01e3069 commit 5145254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _api-reference/cat/cat-shards.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +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 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
Expand Down

0 comments on commit 5145254

Please sign in to comment.