一、elasticsearch版本6.3.0,当前用户hassan,主机:aliyun ubuntu16.04
二、修改系统配置文件
sudo vim /etc/security/limits.conf,添加:
hassan - nofile 65536
sudo vim /etc/sysctl.conf,添加
vm.max_map_count=262144
三、后台启动elasticsearch:/es_home/bin/elasticsearch -d
四、验证是否启动成功
1、ps -ef | grep elasticse
2、curl localhost:9200,看是否有es的基本信息返回。
五、参考文档
下载地址:
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.0.tar.gz
系统配置:
https://www.elastic.co/guide/en/elasticsearch/reference/6.3/system-config.html