ELK安装head插件

参考博客:https://blog.csdn.net/zsg88/article/details/79051211?%3E

5.0版本之后不支持直接把插件包放入es安装目录的plugin目录下。需要单独安装。

 1005  wget https://github.com/mobz/elasticsearch-head/archive/master.zip --下载head插件
 1007  unzip master.zip 
 1009  cd elasticsearch-head-master/
 1012  curl --silent --location https://rpm.nodesource.com/setup | bash -  ----安装nodejs yum源。
 1014  yum search nodejs
 1015  yum -y install nodejs
 1016  node -v
 1017  npm -v
 1018  npm install grunt --save-dev  ----使用ntp安装grunt。
 1019  npm install
 1020  grunt -version
 1021  vim Gruntfile.js 
 1022  cat /etc/centos-release 
 1023  service iptables status
 1024  grunt server & --启动grunt。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值