Skip to content

Commit

Permalink
Fix table formatting on CAT allocation page (#2151) (#2153)
Browse files Browse the repository at this point in the history
* Fix table formatting on CAT allocation page

Signed-off-by: ariamarble <[email protected]>

* made suggested changes

Signed-off-by: ariamarble <[email protected]>

Signed-off-by: ariamarble <[email protected]>
(cherry picked from commit 3266212)

Co-authored-by: Aria Marble <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ariamarble authored Dec 8, 2022
1 parent c46dc5d commit 48303f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _api-reference/cat/cat-allocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ 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.
cluster_manager_timeout | Time | The amount of time to wait for a connection to the cluster_manager node. Default is 30 seconds.

## Response

The following response shows that 8 shards are allocated to each the two nodes available:
The following response shows that eight shards are allocated to each the two nodes available:

```json
shards | disk.indices | disk.used | disk.avail | disk.total | disk.percent host | ip | node
Expand Down

0 comments on commit 48303f1

Please sign in to comment.