Browse Source

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

James Rodewig 5 years ago
parent
commit
2ae0d2cb6e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/reference/how-to/size-your-shards.asciidoc

+ 4 - 4
docs/reference/how-to/size-your-shards.asciidoc

@@ -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]]