安装Elasticsearch5.4.0以及head,kibana插件

可以在网盘中下载也可以去官网下载

网盘:

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

如果没报错就算成功

会出现网址

五:浏览器打开上图的地址,出现下图就成功

 欢迎纠错

 欢迎纠错

 欢迎纠错

原文地址:https://www.cnblogs.com/hjyhjyhjy/p/6856351.html