ElasticSearch安装es-head插件方便查看es

一、node安装

二、安装插件 grunt
先更新npm镜像 > npm update -g npm
卡死 执行:> npm config get registry
更换镜像:> npm config set registry https://registry.npmmirror.com
继续: > npm update -g npm
查看:> npm fund
执行:> npm install -g grunt-cli

三、下载head插件
https://github.com/mobz/elasticsearch-head
进入目录elasticsearch-head-5.0.0
执行:npm install
npm run start

posted on 2024-11-28 13:58  vello  阅读(5)  评论(0编辑  收藏  举报