安装配置elasticsearch
Posted zhengchuzhou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装配置elasticsearch相关的知识,希望对你有一定的参考价值。
一、安装elasticsearch
获取elasticsearch的rpm:wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.1.rpm
具体版本在es官网获取:https://www.elastic.co/downloads/past-releases
二、yum安装
yum -y install elasticsearch-6.4.1.rpm
三、配置
vim /etc/elasticsearch/elasticsearch.yml
具体配置项可以参考es文档:https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
四、如果安装在虚拟机上,本地机可通过网络转发访问es
五、配置完后,开启es
systemctl start elasticsearch,即可通过http://127.0.0.1:9200访问es
以上是关于安装配置elasticsearch的主要内容,如果未能解决你的问题,请参考以下文章