Step-by-step to teach you Elasticsearch installation under Windows

Source: Internet
Author: User

First download the latest Elasticsearch installation version:
Elasticsearch download.
Download the latest version of Elasticsearch 0.90.1. After the download is complete. Unzip the installation directory.
On the cmd command line, go to the installation directory, then go to the Bin directory and run the Elasticsearch.bat command:
After successful startup. In the browser, type: http://localhost:9200/

12345678910
{  "OK": true,  "status": $,  "name": "Cletus Kasady",  "version": {    "number": "0.90.1",    "snap Shot_build ": false  },  " tagline ":" You Know, for Search "}

Indicates that the installation was successful.

Elasticsearch plug-in Elasticsearch-head installation:
Enter the installation directory on the cmd command line, and then go to the Bin directory and run the following command:

1
Plugin-install Mobz/elasticsearch-head

Then after the installation succeeds, enter in the browser: http://localhost:9200/_plugin/head/, you can see the effect.
Specific installation steps can also be consulted: Https://github.com/mobz/elasticsearch-head

If you do not have to install the command, you can download the installation directly.
Https://github.com/mobz/elasticsearch-head
Download the installation package.
1. Enter the installation directory on the CMD command line to see if there is a plugins directory, and if not, create it (the first time, no, it needs to be created).
2. Enter the plugins directory to create the head directory
3. Enter the head directory to create the _site directory
4. Unzip the downloaded Elasticsearch-head-master.zip and place all the files in its Elasticsearch-head-master directory into the _site directory.
5. Restart Elasticsearch again. Enter in the browser: http://localhost:9200/_plugin/head/view the results.

Elasticsearch plug-in Bigdesk installation:
Enter the installation directory on the cmd command line, and then go to the Bin directory and run the following command:

1
Plugin-install Lukas-vlcek/bigdesk

Then after the installation succeeds, enter in the browser: http://localhost:9200/_plugin/bigdesk/, you can see the effect.
Specific installation steps can also be consulted: Https://github.com/lukas-vlcek/bigdesk

If you do not have to install the command, you can download the installation directly.
Https://github.com/lukas-vlcek/bigdesk
Download the installation package.
1. Enter the installation directory on the CMD command line to see if there is a plugins directory, and if not, create it (the first time, no, it needs to be created).
2. Enter the plugins directory to create the Bigdesk directory
3. Enter the Bigdesk directory to create the _site directory
4. Unzip the downloaded Bigdesk-master.zip and place all the files in its Bigdesk-master directory into the _site directory.
5. Restart Elasticsearch again. Enter in the browser: http://localhost:9200/_plugin/bigdesk/view the results.

This article fixed link: http://www.chepoo.com/step-to-step-install-elasticsearch-on-windows.html | IT technology

Step-by-step to teach you Elasticsearch installation under Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.