elasticsearch/docs/reference/tab-widgets/troubleshooting/data/migrate-to-data-tiers-routing-guide-widget.asciidoc
Andrei Dan 20802a9f66
Add migrate to tiers troubleshooting doc (#86738)
This adds a troubleshooting doc for indices that mix index filtering allocation
with data tiers routing.

Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com>
2022-05-24 10:12:28 +01:00

40 lines
1 KiB
Text

++++
<div class="tabs" data-tab-group="host">
<div role="tablist" aria-label="Data tiers routing conflict">
<button role="tab"
aria-selected="true"
aria-controls="cloud-tab-data-tiers-migration"
id="cloud-data-tiers-migration">
Elasticsearch Service
</button>
<button role="tab"
aria-selected="false"
aria-controls="self-managed-tab-data-tiers-migration"
id="self-managed-data-tiers-migration"
tabindex="-1">
Self-managed
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="cloud-tab-data-tiers-migration"
aria-labelledby="cloud-data-tiers-migration">
++++
include::migrate-to-data-tiers-routing-guide.asciidoc[tag=cloud]
++++
</div>
<div tabindex="0"
role="tabpanel"
id="self-managed-tab-data-tiers-migration"
aria-labelledby="self-managed-data-tiers-migration"
hidden="">
++++
include::migrate-to-data-tiers-routing-guide.asciidoc[tag=self-managed]
++++
</div>
</div>
++++