Skip to content

Commit b825f15

Browse files
georgewallacelcawl
andcommitted
Apply suggestions from code review
Co-authored-by: Lisa Cawley <[email protected]>
1 parent ee1c5c0 commit b825f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy-manage/distributed-architecture/shard-allocation-relocation-recovery/index-level-shard-allocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In Elasticsearch, per-index settings allow you to control the allocation of shar
1414
* [Shard allocation filtering](../../../deploy-manage/distributed-architecture/shard-allocation-relocation-recovery/index-level-shard-allocation.md): Controlling which shards are allocated to which nodes.
1515
* [Delayed allocation](../../../deploy-manage/distributed-architecture/shard-allocation-relocation-recovery/delaying-allocation-when-node-leaves.md): Delaying allocation of unassigned shards caused by a node leaving.
1616
* [Total shards per node](elasticsearch://reference/elasticsearch/index-settings/total-shards-per-node.md): A hard limit on the number of shards from the same index per node.
17-
* [Data tier allocation](asciidocalypse://docs/elasticsearch/docs/reference/elasticsearch/index-settings/data-tier-allocation-settings.md): Controls the allocation of indices to [data tiers](../../../manage-data/lifecycle/data-tiers.md).
17+
* [Data tier allocation](elasticsearch://reference/elasticsearch/index-settings/data-tier-allocation.md): Controls the allocation of indices to [data tiers](../../../manage-data/lifecycle/data-tiers.md).
1818

1919
## Index-level shard allocation filtering [shard-allocation-filtering]
2020

@@ -85,7 +85,7 @@ The index allocation settings support the following built-in attributes:
8585
|`_ip`| Match either `_host_ip` or `_publish_ip` |
8686
| `_host`| Match nodes by hostname |
8787
|`_id`| Match nodes by node id |
88-
|`_tier`| Match nodes by the node’s [data tier](../../../manage-data/lifecycle/data-tiers.md) role. For more details see [data tier allocation filtering](elasticsearch://reference/elasticsearch/index-settings/data-tier-allocation-settings.md) |
88+
|`_tier`| Match nodes by the node’s [data tier](../../../manage-data/lifecycle/data-tiers.md) role. For more details see [data tier allocation filtering](elasticsearch://reference/elasticsearch/index-settings/data-tier-allocation.md) |
8989

9090
::::{note}
9191
`_tier` filtering is based on [node](elasticsearch://reference/elasticsearch/configuration-reference/node-settings.md) roles. Only a subset of roles are [data tier](../../../manage-data/lifecycle/data-tiers.md) roles, and the generic [data role](../../../deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#data-node-role) will match any tier filtering.

0 commit comments

Comments
 (0)