Install elasticsearch-1.7.1 under Windows

Source: Internet
Author: User

Download the latest Elasticsearch installation version first. I use the latest version of elasticsearch-1.7.1.

Https://www.elastic.co/downloads/elasticsearch

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, run the Elasticsearch.bat command:
after successful startup. Enter in the browser: http://localhost:9200/

Indicates that the installation was successful.

Elasticsearch plug-in Elasticsearch-head installation:

elasticsearch-head is a elasticsearch cluster management tool, which is a standalone web program written entirely by HTML5, and you can integrate it into ES via plugins.

Enter the installation directory on the cmd command line, and then go to the Bin directory and run the following command:

Plugin-install Mobz/elasticsearch-head

then after the installation succeeds,there will be a folder for head in the \plugins directory. in the browser enter:http://localhost:9200/_plugin/head/, you can see the effect.

Elasticsearch plug-in Bigdesk installation:

Bigdesk is a cluster monitoring tool of Elasticsearch, which can be used to view the various states of ES cluster, such as CPU, memory usage, index data, search condition, HTTP connection number, etc.

Enter the installation directory on the cmd command line, and then go to the Bin directory and run the following command:

Plugin-install Lukas-vlcek/bigdesk

Then after the installation succeeds, enter in the browser: http://localhost:9200/_plugin/bigdesk/, you can see the effect.

Install elasticsearch-1.7.1 under Windows

Related Article

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.