[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

View File

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