可以在網盤中下載也可以去官網下載
網盤:
Elasticsearch 地址:http://pan.baidu.com/s/1hrI0AFU
elasticsearch-head 地址:http://pan.baidu.com/s/1pLsejNX
kibana 地址:http://pan.baidu.com/s/1nvv5YRJ
一:下載Elasticsearch 地址:https://www.elastic.co/downloads/elasticsearch
二: 解壓后運行
出現下面下面一堆東西
三:打開瀏覽器運行:http://localhost:9200/ 出現下面的就算成功
安裝elasticsearch-head 插件
一:下載head插件 地址: https://github.com/mobz/elasticsearch-head
二:下載node.js 並安裝 https://nodejs.org/en/ 安裝到d盤nodejs 文件夾中
三:安裝成功,cmd 查詢看成功沒,出現版本號就是成功了


四:安裝npm, npm install安裝所有
如果要安裝單個 可以通過 npm install --help 查看
卸載:npm uninstall
查看安裝了哪些包:npm ls
更新包:npm update grunt
搜索包:npm search grunt-cli
五:啟動head: grunt server
六:瀏覽器打開http://localhost:9100/ 出現下圖,連接后面如果是紅色就代表是錯誤的

安裝kibana-5.4.0
一:下載kibana-5.4.0 地址:https://www.elastic.co/downloads/kibana
二:解壓到elasticsearch同級
三:編輯kibana/config/kibana.yml,把elasticsearch.url注釋打開。
四:運行kibana
如果沒報錯就算成功
會出現網址
五:瀏覽器打開上圖的地址,出現下圖就成功
歡迎糾錯
歡迎糾錯
歡迎糾錯