一:下载Elasticsearch 地址:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.0.0.tar.gz
二: 解压后运行
出现下面下面一堆东西
三:打开浏览器运行: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
如果没报错就算成功
会出现网址
五:浏览器打开上图的地址,出现下图就成功
欢迎纠错
欢迎纠错
欢迎纠错