Skip to content

Commit c274f62

Browse files
authored
Update cluster-level-shard-allocation-routing-settings.md
This reflects the reality of the server behaviour in the documentation.
1 parent 85d375c commit c274f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/elasticsearch/configuration-reference/cluster-level-shard-allocation-routing-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ You can use the following settings to control the rebalancing of shards across t
6767
`cluster.routing.allocation.allow_rebalance`
6868
: ([Dynamic](docs-content://deploy-manage/deploy/self-managed/configure-elasticsearch.md#dynamic-cluster-setting)) Specify when shard rebalancing is allowed:
6969

70-
* `always` - (default) Always allow rebalancing.
70+
* `always` - Always allow rebalancing.
7171
* `indices_primaries_active` - Only when all primaries in the cluster are allocated.
72-
* `indices_all_active` - Only when all shards (primaries and replicas) in the cluster are allocated.
72+
* `indices_all_active` - (default) Only when all shards (primaries and replicas) in the cluster are allocated.
7373

7474

7575
`cluster.routing.rebalance.enable`

0 commit comments

Comments
 (0)