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