1, first download Elasticsearch installation version
: http://www.elasticsearch.org/downloads/
JDK1.6X recommends the use of elasticsearch-0.90.13, The high Elasticsearch version does not support jdk1.6x, after the download is complete, unzip to the installation directory, into the installation directory of the Bin folder, run Elasticsearch.bat, after successful startup, enter in the browser: http://localhost:9200/
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/54/86/wKiom1SFWAHwpS5VAAClVp9kgyk355.jpg "title=" Qq20141208154856.png "alt=" Wkiom1sfwahwps5vaaclvp9kgyk355.jpg "/>
Indicates that the installation was successful.
2. Elasticsearch Cluster management tool head Plugin
Download the installation method directly
Https://github.com/mobz/elasticsearch-head
Download the installation package.
1. See if there is a plugins folder in the installation directory, and do not create
2. Create the Head folder under the Plugins folder and create the _site folder under the Head folder
3. The files under the extracted Elasticsearch-head-master folder are copied to the _site directory
4. Restart Elasticsearch, Access http://localhost:9200/_plugin/head/
View Results
3, elasticsearch cluster monitoring tool Bigdesk
Download the installation method directly
Https://github.com/lukas-vlcek/bigdesk
Download the installation package.
1. See if there is a plugins folder in the installation directory, and do not create
2. Create the bigdesk folder under the Plugins folder and create the _site folder under the bigdesk folder
3. The files under the extracted bigdesk-master folder are copied to the _site directory
4. Restart Elasticsearch, Access http://localhost:9200/_plugin/bigdesk/
View Results
This article from "Ertan to win" blog, declined reprint!
Install Elasticsearch under Windows