elasticsearch/docs/reference/quickstart/index.asciidoc
Liam Thompson d0f4966431
[DOCS] Add local dev setup instructions (#107913)
* [DOCS] Add local dev setup instructions

- Replace existing Run ES in Docker locally page, with simpler no-security local dev setup
- Move this file into Quickstart folder, along with existing quickstart guide
- Update self-managed instructions in Quickstart guide to use local dev approach
2024-05-07 18:10:48 +02:00

10 lines
317 B
Text

[[quickstart]]
= Quickstart
Get started quickly with {es}.
* Learn how to run {es} (and {kib}) for <<run-elasticsearch-locally,local development>>.
* Follow our <<getting-started,Quickstart guide>> to add data to {es} and query it.
include::run-elasticsearch-locally.asciidoc[]
include::getting-started.asciidoc[]