Install and start Elasticseach, Kibana on Windows

Source: Internet
Author: User
Tags kibana

Write in front of the words: reading broken million, coded as God
--------------------------------------------------------------------

Reference content:

"Elasticsearch Top Master Series-Quick Start article", Chinese stone cedar

--------------------------------------------------------------------

The main contents include:

    • install JDK, at least 1.8.0_73 version, Java-version
    • download and decompress Elasticsearch installation package
    • Span style= "Font-family:verdana, Geneva; Font-size:18px "> start elasticsearch:bin\elasticsearch.bat
    • Check if ES started successfully: Http://localhost:9200/?pretty
    • Modify Cluster Name: Elasticsearch.yml
    • Download and decompress Kibana installation package
    • start kibana:bin\kibana.txt
    • Enter the Dev Tools interface

--------------------------------------------------------------------

1, install JDK, at least 1.8.0_73 version, java-version

--------------------------------------------------------------------
2. Download and decompress the Elasticsearch installation package

Https://www.elastic.co/downloads/past-releases

--------------------------------------------------------------------
3. Start Elasticsearch:bin\elasticsearch.bat

The directory of ES after decompression is as follows

Go to the Bin directory and click Elasticsearch.bat to start

To view the startup results:

You can see ES has started, ES itself is one of the features is out of the box, if it is small and medium-sized applications, small amount of data, operation is not complex, direct start can be.

--------------------------------------------------------------------

4. Check if ES started successfully: Http://localhost:9200/?pretty

    • Name:node Name
    • Cluster_Name: Cluster name (the default cluster name is Elasticsearch)
    • version.number:5.4.2 ES version number

Seeing this interface indicates that ES has been successfully launched on window!!!

--------------------------------------------------------------------

5, modify the cluster name: ELASTICSEARCH.YML

The cluster configuration information for ES is in the elasticsearch.yml under directory Config

To modify the cluster name:

Restart the ES and access it in the browser: (Note that the cluster name has been modified at this time)

-------------------------------------------------------------------

6. Download and decompress the Kibana installation package

Https://www.elastic.co/downloads/past-releases

The Kibana directory after decompression is as follows:

--------------------------------------------------------------------

7. Start Kibana:bin\kibana.txt

Seeing the above shows that Kibana was successful in Windows startup.

--------------------------------------------------------------------

8. Enter the Dev Tools interface

Visit localhost:5601

In the Dev Tools input command: GET/_cluster/health view Cluster health status

--------------------------------------------------------------------

Install and start Elasticseach, Kibana on 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.