qinling072 发表于 2019-1-29 10:00:46

Elasticsearch 6.3 head插件安装

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/


页: [1]
查看完整版本: Elasticsearch 6.3 head插件安装