[DOCS] Add xref to data tiers content (#63426) (#63434)

This commit is contained in:
James Rodewig 2020-10-07 13:24:52 -04:00 committed by GitHub
parent 51e6274f1e
commit 58eaba9950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@ kept in heap memory.
[[shard-auto-balance]]
==== {es} automatically balances shards within a data tier
A cluster's nodes are grouped into data tiers. Within each tier, {es}
attempts to spread an index's shards across as many nodes as possible. When you
add a new node or a node fails, {es} automatically rebalances the index's shards
across the tier's remaining nodes.
A cluster's nodes are grouped into <<data-tiers,data tiers>>. Within each tier,
{es} attempts to spread an index's shards across as many nodes as possible. When
you add a new node or a node fails, {es} automatically rebalances the index's
shards across the tier's remaining nodes.
[discrete]
[[shard-size-best-practices]]