Posts

Showing posts with the label #Elastic Search Installation.

Elastic search installation process(Windows operating System) (part -1)

Image
Here we are going to start with the Elastic search will not talk about what the elastic search is and what it does that you can find easily on Google, Here I will provide a straight forward and an easy guide to install elastic and Kibana. First of all Elastic search is easy to install actually you don't have to install just unzip the file by downloading at https://www.elastic.co/downloads/elasticsearch . 1)Click here on Zip extract the Zip to the desired Location(of your choice). 2)Where you extracted just go to bin folder and doubleClick on elasticsearch.bat file. 3) After the process gets over just hit the link  http://localhost:9200/ in browser 9200 is the default           port and you will receive a Json response such as      { "name" : "hoHWVaa", "cluster_name" : "elasticsearch", "cluster_uuid" : "Ma-s8G6RTxah-IPoB4twKw", "version" : { "number" : "6.3.2", ...