mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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>
40 lines
1 KiB
Text
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>
|
|
++++
|