elasticsearch/docs/reference/modules/cluster
David Turner 51d658e3cd
Always allow rebalancing by default (#111015)
Today `cluster.routing.allocation.allow_rebalance` defaults to
`indices_all_active` which blocks all rebalancing moves while the
cluster is in `yellow` or `red` health. This was appropriate for the
legacy allocator which might do too many rebalancing moves otherwise.
The desired-balance allocator has better support for rebalancing a
cluster that is not in `green` health, and expects to be able to
rebalance some shards away from over-full nodes to avoid allocating
shards to undesirable locations in the first place. This commit changes
the default `allow_rebalance` setting to `always`.
2024-07-18 12:35:50 +01:00
..
images [DOCS] Update remote cluster docs (#77043) 2021-09-22 16:02:33 -04:00
allocation_awareness.asciidoc [DOCS] Add API example + diagrams to shard allocation awareness docs (#108390) 2024-05-08 12:52:50 -04:00
allocation_filtering.asciidoc Deprecation of transient cluster settings (#78794) 2021-10-15 13:00:52 -04:00
disk_allocator.asciidoc Fix docs about uneven disk usage (#104541) 2024-01-18 16:02:37 +00:00
misc.asciidoc (Doc+) Include cluster.blocks.* default settings (#110560) 2024-07-11 08:04:28 -06:00
remote-clusters-api-key.asciidoc [DOCS][ESQL][8.14] Add API key based security model info for ESQL CCS (#109155) 2024-06-03 18:44:33 +02:00
remote-clusters-cert.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
remote-clusters-connect.asciidoc Change skip_unavailable default value to true (#105792) 2024-04-29 15:53:47 -04:00
remote-clusters-migration.asciidoc Docs for hot-reloadable remote cluster credentials (#105483) 2024-02-15 06:02:13 -05:00
remote-clusters-remote-info.asciidoc [DOCS] Remote cluster troubleshooting guide (#99128) 2023-09-05 15:10:45 +02:00
remote-clusters-settings.asciidoc Document transport.compress trade-offs more clearly (#108458) 2024-05-09 14:04:45 -04:00
remote-clusters-troubleshooting.asciidoc Add remote cluster network troubleshooting docs (#107072) 2024-04-04 02:37:13 -04:00
shards_allocation.asciidoc Always allow rebalancing by default (#111015) 2024-07-18 12:35:50 +01:00