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