elasticsearch - Explore your cluster using kibana in elastic search - elastic - elastic search - elasticsearch tutorial - elasticsearch docker
- The command syntax will be of the following type:
- Execute the following command to explore elasticsearch cluster through Kibana Console.
- For checking the cluster health
- For listing all the indices
- For creating an index with name car
- For indexing the document with name car of external type using id 1
- the response of above query will be :
- retrieving the above document can be done using:
- For deleting an index