elasticsearch/docs/reference/tab-widgets/troubleshooting/data/total-shards-per-node-widget.asciidoc
Andrei Dan 21785c9a77
How-to docs for increasing the total number of shards per node (#86214)
Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com>
Co-authored-by: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com>
2022-05-10 09:13:27 +01:00

40 lines
957 B
Text

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