首页 > 其他 > 详细

Elasticsearch 6.3 head插件安装

时间:2018-09-30 21:12:50      阅读:160      评论:0      收藏:0      [点我收藏+]
wget https://npm.taobao.org/mirrors/node/latest-v4.x/node-v4.4.7-linux-x64.tar.gz tar -zxvf node-v4.4.7-linux-x64.tar.gz # vi /etc/profile NODE_HOME=/usr/local/node-v4.4 PATH=$NODE_HOME/bin:$PATH export NODE_HOME PATH # source /etc/profile # git clone git://github.com/mobz/elasticsearch-head.git cd elasticsearch-head npm install npm run start & http://172.16.8.115:9100/

Elasticsearch 6.3 head插件安装

原文:http://blog.51cto.com/10880347/2287935

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!