The query format used in this book is based on Kibana Console. When using other HTTP clients such as cURL or Postman, the Elasticsearch endpoint (like http://127.0.0.1:900) should be passed in the URL, when using Kibana Console it is automatically inferred from Kibana settings. Using Kibana Console while in development or for debugging is strongly recommended. You can access Kibana Console by going to Dev Tools tab in the navigation bar on the left.
The Kibana Console look like the following:
Kibana Console has a very simple UI and is divided into request and response windows. The request window makes it very easy to work with JSON requests and supports auto-completion and auto indentation. The response window makes it very easy to follow the JSON response as you can expand or minimize parts of the JSON response. You can also copy...