mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Changes: * Refactors the "Getting Started" content down to one page. * Refactors the README to reduce duplicated content and better mirror Kibana's. * Focuses the quick start on time series data, including data streams and runtime fields. * Streamlines self-managed install instructions to Docker. Co-authored-by: debadair <debadair@elastic.co>
40 lines
894 B
Text
40 lines
894 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>
|
|
++++
|