elasticsearch/docs/reference/tab-widgets/troubleshooting/disk/increase-other-node-capacity-widget.asciidoc
2022-10-14 15:24:21 +02:00

40 lines
1.1 KiB
Text

++++
<div class="tabs" data-tab-group="host">
<div role="tablist" aria-label="Increase other node capacity">
<button role="tab"
aria-selected="true"
aria-controls="cloud-tab-increase-other-node-capacity"
id="cloud-increase-data-node-capacity">
Elasticsearch Service
</button>
<button role="tab"
aria-selected="false"
aria-controls="self-managed-tab-increase-other-node-capacity"
id="self-managed-increase-other-node-capacity"
tabindex="-1">
Self-managed
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="cloud-tab-increase-other-node-capacity"
aria-labelledby="cloud-increase-other-node-capacity">
++++
include::increase-other-node-capacity.asciidoc[tag=cloud]
++++
</div>
<div tabindex="0"
role="tabpanel"
id="self-managed-tab-increase-other-node-capacity"
aria-labelledby="self-managed-increase-other-node-capacity"
hidden="">
++++
include::increase-other-node-capacity.asciidoc[tag=self-managed]
++++
</div>
</div>
++++