Elastic search can be accessed through browser. How to check elastic search through browser is running or not. First we need to start elastic search as below ,Go to elastic search installation directory and start elasticsearch.bat
Now we need to go to the browser and click on the following Link.
http://localhost:9200/
We will get output like below means Elastic search is up and running fine.
Now we need to go to the browser and click on the following Link.
http://localhost:9200/
We will get output like below means Elastic search is up and running fine.
{ "name" : "0Rrfe0q", "cluster_name" : "elasticsearch", "cluster_uuid" : "OS32nfb7Q0eql_2R1g", "version" : { "number" : "6.3.2", "build_flavor" : "default", "build_type" : "zip", "build_hash" : "053779d", "build_date" : "2018-07-20T05:20:23.451332Z", "build_snapshot" : false, "lucene_version" : "7.3.1", "minimum_wire_compatibility_version" : "5.6.0", "minimum_index_compatibility_version" : "5.0.0" }, "tagline" : "You Know, for Search" }
0 Comments
Post a Comment