Elasticsearch 下载安装

下载地址: Get Started with Elasticsearch, Kibana, and the Elastic Stack | Elastic

下载前 先安装java

yum install java -y

1.下载完成后开始解压

tar -zxvf  elasticsearch-7.14.0-linux-x86_64.tar

2. es 不能用 root 运行

[逐行去运行]

chown -R es.es elasticsearch-7.14.0 

chmod -R 777 elasticsearch-7.14.0 

groupadd es 

useradd -g es es

passwd es 

su es

3.修改配置文件

1.进入config/elasticsearch.yml 中

cluster.initial_master_nodes: ["node-1"]
network.host: 0.0.0.0

2.  vi /etc/security/limits.conf 新增

* soft nofile 65536
* hard nofile 65536
* soft nproc 4096
* hard nproc 4096

3.修改/etc/sysctl.conf,增加如下内容

vm.max_map_count=655360

4. 让配置生效   

sysctl -p

4.启动es 

先切换  es用户

su es

./bin/elasticsearch -d

启动成功

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值