elasticsearch可视化工具-安装elasticsearch-head

1.elasticsearch-head 依赖于node.js ,先安装node.js

  • 安装可参考:https://www.cnblogs.com/liuqiyun/p/8133904.html
  • 下载地址 http://node.js.cn/download/
  • 安装一路next,最后打开cmd 输入: node --version 查看是否打印版本信息来检验安装是否正好
  • node.js 安装好之后, 切换目录到node.js的安装目录中,D:\Program Files\nodejs 运行安装命令
npm install -g grunt-cli

2.继续安装head

  • 下载地址:https://github.com/mobz/elasticsearch-head
    elasticsearch可视化工具-安装elasticsearch-head_第1张图片

3.下载后解压zip,打开cmd执行

npm install

4.等待安装完成之后输入

npm run start

5.打开浏览器输入:http://localhost:9100/

6.此时在可视化界面会发现head没有连接到elasticsearch如下解决:

  • https://blog.csdn.net/weixin_44100514/article/details/88641000

你可能感兴趣的:(技术)