June 2017
Beginner to intermediate
404 pages
8h 22m
English
You can start Elasticsearch using the binary scripts in the bin folder. To start Elasticsearch instance, execute the following commands:
cd c:\elasticsearch-5.1.2bin\elasticsearch.bat
If Elasticsearch is started successfully, you will see the started message at the end of the messages in the console shown as follows:
[2017-01-26T20:20:35,919][INFO ][o.e.h.HttpServer] [elasticsearch1] publish_address {127.0.0.1:9200}, bound_addresses {[fe80::1]:9200}, {[::1]:9200}, {127.0.0.1:9200}[2017-01-26T20:20:35,919][INFO ][o.e.n.Node] [elasticsearch1] started
As you can see the from the preceding log message, Elasticsearch is running at http://127.0.0.1:9200. We just started Elasticsearch as a single-node cluster. ...
Read now
Unlock full access