Interacting with Elasticsearch

Learn how to interact with Elasticsearch using Kibana.

Interacting with Elasticsearch using Kibana

Elasticsearch provides a RESTful API that allows seamless communication using HTTP requests. In this course, we will use the user-friendly Kibana widget to conveniently send and retrieve requests from Elasticsearch, which streamlines the data querying process and enhances overall productivity.

Kibana widget

Perform the following steps to use the Kibana interface:

  1. In every lesson that requires interaction with Elasticsearch, you will see a Kibana widget similar to the following widget.

Click the "Run" button and then the URL provided once the Kibana 
server is ready.
Click the Run button to start the Elasticsearch and Kibana servers
  1. To start the ElasticSearch and ...