Elasticsearch中Head插件的使用

一、安装

  • 插件官网地址https://github.com/mobz/elasticsearch-head
  • 由于插件时托管在github中,要从github中直接下载所以需要先安装git
  • 安装插件时又使用到了npm,所以npm同时都安装上(注意:npm在epel源中)
    yum install git npm                                             # npm在epel源中
    git clone https://github.com/mobz/elasticsearch-head.git        # 安装过程需要连接互联网
    cd elasticsearch-head                                           # git clone后会自动生成的一个目录
    npm install
    npm run start​

    二、测试

    使用浏览器打开http://127.0.0.1:9200。如果能正常打开说明head插件安装正确
    现在集群健康状态哪里显示未连接,这是因为head插件没有权限获取集群节点的信息,接下来设置权限

  • 三、权限设定

  • 如果想查询集群健康信息,那么需要在elasticsearch配置文件中授权
    
    vim /etc/elasticsearch/elasticsearch.yml
    http.cors.enabled: true                                     # elasticsearch中启用CORS
    http.cors.allow-origin: "*"                                 # 允许访问的IP地址段,* 为所有IP都可以访问

转载 http://www.51csdn.cn/article/163.html 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值