[Elasticsearch from entry to the actual scene] elasticsearch installation and Kibana

cache_1574947253_4998.gif

The ups and downs of life, when there is fame day, Lost Souls have come down, people in the valley, only "survive, will win."


Foreword

ElasticSearch more widely applied in the Internet industry, especially in big data and search fields, with the version of the iteration, functions increasingly powerful, ElasticSearch, formerly known as Compass, the creation in 2004, the third edition of Compass, most of its creator Shay Banon has been rewritten, and in February 2010 released the first version of Elasticsearch. Currently on the market for ElasticSearch information is still relatively small, especially ending the program in some scenarios, it is rare. This series focuses on understanding ElasticSearch content usage scenarios, from entry and began to explain, understand ElasticSearch of use, and solutions in some scenarios. I want to help more people understand ElasticSearch, learning ElasticSearch, can make better use ElasticSearch to solve the problem of the actual scene. This is the first author to write articles, if you are not satisfied or there is an error, also proposed Tell me what you want, the author will be increasingly hard to improvement.


01
ElasticSearch download and install

First, enter ElasticSearch Download: www.elastic.co/cn/download...

As shown, choose to download their own version, and finally click Download , the selected platform, you can start downloading:

Download es .png


Note: The source address of the download speed may be slow, it is recommended as too slow to download, you can right-click to download the corresponding operating platform, and click Copy link address, open the Thunder, paste the link, use Thunder download ElasticSearch.

ES Right .png


After the download is complete, extract the compressed folder to your disk, and open the bin folder in the folder, select elasticsearch.bat start. When appears in the following figure, open a browser and enter 127.0.0.1:9200, shows the corresponding information es, on behalf of the successful launch.

Screenshot micro-channel _20191128215430.png

Screenshot micro-channel _20191128215613.png


02
Kibana Kai绍

Kibana is Elasticsearch open source data visualization instrument panel, which provides a visual display panel for the content Elasticsearch in the index, use Kibana can store and search data in ElasticSearch index and interact easily on ElasticSearch in index data for analysis and display.


03
AnSo Kibana

First, enter Kibana Download:www.elastic.co/cn/download…

As shown, choose to download their own version, and finally click Download , the selected platform, you can start downloading:

Screenshot micro-channel _20191210151353.png


Once downloaded unzip, open the config folder, you can see the name as kibana.yml file, open the file, find  elasticsearch.url this line, remove the preceding #, that is to unlock the comment, elasticsearch.url corresponding address is ElasticSearch just we have opened local elasticSearch, local is localhost: 9200, there is no need to change.


Next, open the bin folder, right-click kibana.bat , choose Run as administrator , see later displayed as shown, to start successfully.

Screenshot micro-channel _20191210151956.png


After a successful start, we open the browser, the address bar enter localhost: 5601, you can see in Figure console.

Screenshot micro-channel _20191210151956.png

Kinaba features, I do not specifically described here, are interested can go and see Kinaba user manual, Address: www.elastic.co/guide/cn/ki... , the next article, we will make use of Kinaba the Dev Tool ElasticSearch do CRUD, together with springData, ElasticSearch explain how to achieve control of the code layer.


to sum up

Author updated more slowly, very grateful someone is willing to love watching my article and urged me to update, this issue is mainly the face of mounting a novice, author or series of articles can hope progressively, and speak clearly the most popular language usage and principles of technology, so that we better learn. In addition, thank you for your support, thank you.


Small hand flick, thumbs up there

Guess you like

Origin juejin.im/post/5ddfca51e51d450f0a2006c1