Posts

Showing posts with the label # querying in elastic search

Getting started With Elastic Search(Part - 2)

Image
In the previous post we had seen the installation of Elastic search and Kibana,Hope all have successfully installed and ready. Start elastic search by double click on elasticsearch.bat file and just hit url as                              http://localhost:9200/  Start Kibana by double click on kibana.bat file and hit url as  http://localhost:5601 These are the two things we require to work with ,Opening Kibana you will find Dev Tools option. . By clicking you will find two panes The left pane has your commands, which should be formatted with the HTTP action (GET, POST, PUT) and the URL . In the case of a GET, that will be all you need. In the case of a POST or PUT with a body, you’ll provide the body as JSON on subsequent lines. To run the command, simply click the green arrow next to it. Initially We are new here so we don't have data to work with so let's create some da...