【ElasticSearch系列(二)】elasticsearch安装head插件

安装步骤如下:

一、安装nodejs

head插件是nodejs实现的,所以必须先安装Nodejs

安装步骤:https://blog.csdn.net/zhanyu1/article/details/88082758

二、安装git

由于要使用git方式下载head插件,因此需要先安装git
安装步骤:https://blog.csdn.net/zhanyu1/article/details/88083041

三、下载并安装head插件

进入/usr/local目录下
[root@localhost ~]# cd /usr/local
执行以下步骤:

上述步骤中,npm install这个步骤执行太慢,需要按照以下方法改造下npm镜像地址

1、npm get registry --显示当前的镜像网址

[root@localhost elasticsearch-head]# npm get registry
https://registry.npmjs.org/

2、修改npm镜像地址

[root@localhost elasticsearch-head]# npm config set registry http://registry.npm.taobao.org

3、再次运行npm get registry,则npm镜像地址已改变

[root@localhost elasticsearch-head]# npm get registry
http://registry.npm.taobao.org/

四、进入elasticsearch配置文件配置head插件

[root@localhost ~]# cd /home/es/elasticsearch-6.3.0/config/
打开 elasticsearch.yml,文件最后加上以下内容

http.cors.enabled: true
http.cors.allow-origin: “*”

五、安装测试

1)启动elasticsearch
[elastic@localhost root]$ sh /home/es/elasticsearch-6.3.0/bin/elasticsearch -d

2)执行npm run start 启动插件,出现以下情况,说明启动成功
[elastic@localhost elasticsearch-head]$ npm run start
在这里插入图片描述

3)浏览器输入 http://192.168.1.102:9100/
红色框输入 http://192.168.1.102:9200/ 点击连接,出现以下情况,则说明整个配置过程正常完成。
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

和光同其尘

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值