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