前面安装配置jdk不再赘述,下载解压elasticsearch也不再赘述
开启9200 和9300端口,selinux不用管
编辑/etc/security/limits.conf,追加以下内容
* soft nofile 65536
* hard nofile 65536
编辑/etc/sysctl.conf,追加以下内容
vm.max_map_count=655360
保存后执行: sysctl -p
修改elasticsearch目录下的./config/elasticsearch.yml,host localhost改成本服务器机器ip