elasticSearch插件之head插件安装

head插件安装

1.安装epel源

yum -y install epel-release

2.安装remi源

rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi

3.安装nodejs

curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -

yum install -y nodejs

4.下载head插件

https://github.com/mobz/elasticsearch-head下载zip格式然后解压即可。

5.安装并启动(root下即可)

npm install -g cnpm --registry=https://registry.npm.taobao.org

6.配置elasticsearch.yml

http.cors.enabled: true

http.cors.allow-origin: "*"

7.修改head插件配置文件Gruntfile.js

          

    connect: {

        server: {

            options: {

            hostname: '0.0.0.0',

            port: 9100,

            base: '.',

            keepalive: true

            }
        }

    }

8.启动es

9.启动head

nohup npm run start &

或者使用npm安装grunt :npm install -g grunt  然后grunt server启动head

前面我们已经给出了es的配置,也开通了端口9100,现在可以在浏览器输入ip:9100来管理es集群了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值