mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
40 lines
855 B
Text
40 lines
855 B
Text
++++
|
|
<div class="tabs" data-tab-group="host">
|
|
<div role="tablist" aria-label="Check CPU usage">
|
|
<button role="tab"
|
|
aria-selected="true"
|
|
aria-controls="cloud-tab-cpu"
|
|
id="cloud-cpu">
|
|
Elasticsearch Service
|
|
</button>
|
|
<button role="tab"
|
|
aria-selected="false"
|
|
aria-controls="self-managed-tab-cpu"
|
|
id="self-managed-cpu"
|
|
tabindex="-1">
|
|
Self-managed
|
|
</button>
|
|
</div>
|
|
<div tabindex="0"
|
|
role="tabpanel"
|
|
id="cloud-tab-cpu"
|
|
aria-labelledby="cloud-cpu">
|
|
++++
|
|
|
|
include::cpu-usage.asciidoc[tag=cloud]
|
|
|
|
++++
|
|
</div>
|
|
<div tabindex="0"
|
|
role="tabpanel"
|
|
id="self-managed-tab-cpu"
|
|
aria-labelledby="self-managed-cpu"
|
|
hidden="">
|
|
++++
|
|
|
|
include::cpu-usage.asciidoc[tag=self-managed]
|
|
|
|
++++
|
|
</div>
|
|
</div>
|
|
++++
|