elasticsearch/docs/reference/tab-widgets/troubleshooting/data/enable-cluster-allocation-widget.asciidoc
Andrei Dan 08b323131f
Troubleshooting guides for disabled allocations (#86789)
This adds the troubleshooing guides when index and cluster allocations are
disabled.

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

40 lines
1 KiB
Text

++++
<div class="tabs" data-tab-group="host">
<div role="tablist" aria-label="Allow allocation in the system">
<button role="tab"
aria-selected="true"
aria-controls="cloud-tab-allow-cluster-allocation"
id="cloud-allow-cluster-allocation">
Elasticsearch Service
</button>
<button role="tab"
aria-selected="false"
aria-controls="self-managed-tab-allow-cluster-allocation"
id="self-managed-allow-cluster-allocation"
tabindex="-1">
Self-managed
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="cloud-tab-allow-cluster-allocation"
aria-labelledby="cloud-allow-cluster-allocation">
++++
include::enable-cluster-allocation.asciidoc[tag=cloud]
++++
</div>
<div tabindex="0"
role="tabpanel"
id="self-managed-tab-allow-cluster-allocation"
aria-labelledby="self-managed-allow-cluster-allocation"
hidden="">
++++
include::enable-cluster-allocation.asciidoc[tag=self-managed]
++++
</div>
</div>
++++