centos7下的elasticsearch-6.2.4安装

本文详细介绍了在CentOS7系统中如何安装Elasticsearch 6.2.4,包括修改配置文件、启动服务等步骤。同时,还讲述了安装ElasticSearch-Head的过程,包括安装git、nodejs、cnpm,以及配置ElasticSearch-Head允许跨域访问和启动服务。
摘要由CSDN通过智能技术生成

一.elasticsearch安装

1. 下载安装包: elasticsearch-6.2.4.rpm 上传到/home/hadoop

2. 直接解压安装:[root@cib129 hadoop]# rpm -ivh elasticsearch-6.2.4.rpm

3. 修改配置:[root@cib129 hadoop]# vi /etc/elasticsearch/elasticsearch.yml

如下修改IP和端口:

network.host: 192.168.9.129

http.port: 9200

4. 启动服务: [root@cib129 hadoop]# service elasticsearch start

5. 查看服务是否启动:[root@cib129 hadoop]# service elasticsearch status -l


6. 浏览器查看如下:

 

二.安装ElasticSearch-Head

1. 编译并安装git :   下载:git-2.17.0.tar.gz

tar -xvf git-2.17.0.tar.gz

cd git-2.17.0

执行如下命令:编译并指定安装目录进行安装

[root@cib129 git-2.17.0]# ./configure --prefix=/usr/local/git-2.17.0 && make install

[root@ci

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值