mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
* [DOCS] TEST restore quickstart * Use up to date Docker instructions, minor user-friendly modifications * Use books dataset, update verbiage, add examples * Update verbiage * Updated Elasticsearch 'Getting Started' docs: added SSL, Docker setup, Python resources, and expanded next steps * minor formatting * Collapse responses, TODO comment tests * Add request tests * Edit superfluities * Apply suggestions Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co> * Update docs/reference/tab-widgets/quick-start-install.asciidoc Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co> --------- Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
40 lines
No EOL
893 B
Text
40 lines
No EOL
893 B
Text
++++
|
|
<div class="tabs" data-tab-group="host">
|
|
<div role="tablist" aria-label="Make an API call">
|
|
<button role="tab"
|
|
aria-selected="true"
|
|
aria-controls="cloud-tab-api-call"
|
|
id="cloud-api-call">
|
|
Elasticsearch Service
|
|
</button>
|
|
<button role="tab"
|
|
aria-selected="false"
|
|
aria-controls="self-managed-tab-api-call"
|
|
id="self-managed-api-call"
|
|
tabindex="-1">
|
|
Self-managed
|
|
</button>
|
|
</div>
|
|
<div tabindex="0"
|
|
role="tabpanel"
|
|
id="cloud-tab-api-call"
|
|
aria-labelledby="cloud-api-call">
|
|
++++
|
|
|
|
include::api-call.asciidoc[tag=cloud]
|
|
|
|
++++
|
|
</div>
|
|
<div tabindex="0"
|
|
role="tabpanel"
|
|
id="self-managed-tab-api-call"
|
|
aria-labelledby="self-managed-api-call"
|
|
hidden="">
|
|
++++
|
|
|
|
include::api-call.asciidoc[tag=self-managed]
|
|
|
|
++++
|
|
</div>
|
|
</div>
|
|
++++ |