This is a cache of https://www.elastic.co/guide/en/elasticsearch/reference/current/quickstart.html. It is a snapshot of the page at 2024-10-30T01:01:34.556+0000.
Quick starts | <strong>elasticsearch</strong> Guide [8.15] | Elastic

Quick starts

edit

Use these quick starts to get hands-on experience with the elasticsearch APIs. Unless otherwise noted, these examples will use queries written in Query DSL syntax.

Requirements

edit

You’ll need a running elasticsearch cluster, together with Kibana to use the Dev Tools API Console. Run the following command in your terminal to set up a single-node local cluster in Docker:

curl -fsSL https://elastic.co/start-local | sh

Alternatively, refer to our other deployment options.

Hands-on quick starts

edit