diff --git a/_opensearch/rest-api/index-apis/shrink-index.md b/_opensearch/rest-api/index-apis/shrink-index.md index eea848f8..490fe9ec 100644 --- a/_opensearch/rest-api/index-apis/shrink-index.md +++ b/_opensearch/rest-api/index-apis/shrink-index.md @@ -49,7 +49,7 @@ Parameter | Type | description <target-index> | String | The target index to shrink the source index into. wait_for_active_shards | String | Specifies the number of active shards that must be available before OpenSearch processes the request. Default is 1 (only the primary shard). Set to all or a positive integer. Values greater than 1 require replicas. For example, if you specify a value of 3, the index must have two replicas distributed across two additional nodes for the request to succeed. master_timeout | Time | How long to wait for a connection to the master node. Default is `30s`. -timeout | Time | How long to wait for the request to return. Default is `30s`. +timeout | Time | How long to wait for the request to return a response. Default is `30s`. ## Request body @@ -58,4 +58,4 @@ You can use the request body to configure some index settings for the target ind Field | Type | Description alias | Object | Sets an alias for the target index. Can have the fields `filter`, `index_routing`, `is_hidden`, `is_write_index`, `routing`, and `search_routing`. See [index aliases]({{site.url}}{{site.baseurl}}/opensearch/rest-api/alias/#request-body). settings | Object | Index settings you can apply to your target index. See [index settings]({{site.url}}{{site.baseurl}}/opensearch/rest-api/index-apis/create-index/#index-settings). -max_primary_shard_size | Bytes | Sets the maximum size of a primary shard in the target index. For example, if this field is set to 100gb, and the source index's primary shards total to 300gb, then the target index has 3 primary shards of 100gb each. +max_primary_shard_size | Bytes | Sets the maximum size of a primary shard in the target index. For example, if this field is set to 100 GB, and the source index's primary shards total to 300 GB, then the target index has 3 primary shards of 100 GB each.