Browse Source

_tier_preference docs tweaks (#81453)

Joe Gallo 3 years ago
parent
commit
27186ceda7

+ 2 - 2
docs/reference/data-management/migrate-index-allocation-filters.asciidoc

@@ -138,7 +138,7 @@ If you're using a custom index template, update it to remove the <<shard-allocat
 
 [discrete]
 [[set-tier-preference]]
-==== Set a tier preference for existing indices.
+==== Set a tier preference for existing indices
 
 {ilm-init} automatically transitions managed indices through the available
 data tiers by automatically injecting a <<ilm-migrate,migrate action>>
@@ -148,7 +148,7 @@ To enable {ilm-init} to move an _existing_ managed index
 through the data tiers, update the index settings to:
 
 . Remove the custom allocation filter by setting it to `null`.
-. Set the <<data-tier-shard-filtering,tier preference>>.
+. Set the <<tier-preference-allocation-filter,tier preference>>.
 
 For example, if your old template set the `data` attribute to `hot`
 to allocate shards to the hot tier, set the `data` attribute to `null`

+ 3 - 3
docs/reference/ilm/apis/migrate-to-data-tiers.asciidoc

@@ -16,11 +16,11 @@ as indicated in the <<migrate-index-allocation-filters, Migrate index allocation
 filters to node roles>> page.
 
 This API provides an automated way of executing three out of the four manual steps listed
-in the <<data-tier-migration, migration guide>>:
+in the <<migrate-index-allocation-filters, migration guide>>:
 
 . <<stop-setting-custom-hot-attribute, Stop setting the custom hot attribute on new indices>>
 . <<remove-custom-allocation-settings, Remove custom allocation settings from existing {ilm-init} policies>>
-. <<set-tier-preference, Replace custom allocation settings from existing indices>> with the corresponding <<data-tier-shard-filtering,tier preference>>
+. <<set-tier-preference, Replace custom allocation settings from existing indices>> with the corresponding <<tier-preference-allocation-filter,tier preference>>
 
 [[ilm-migrate-to-data-tiers-request]]
 ==== {api-request-title}
@@ -137,4 +137,4 @@ If the request succeeds, a response like the following will be received:
 <1> Shows the name of the legacy index template that was deleted. This will be missing
 if no legacy index template was deleted.
 <2> The ILM policies that were updated.
-<3> The indices that were migrated to <<data-tier-shard-filtering,tier preference>> routing.
+<3> The indices that were migrated to <<tier-preference-allocation-filter,tier preference>> routing.