es集群搭建
Posted lk617-home
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了es集群搭建相关的知识,希望对你有一定的参考价值。
每一个服务都将下面配置参数写入/home/sczbbx/es-1/elasticsearch-6.3.2/config文件下面的elasticsearch.yml配置最后,然后根据配置的文件路径创建文件夹,最后启动就行了
cluster.name: my-application node.name: node-192-168-0-125 path.data: /home/sczbbx/es-1/data path.logs: /home/sczbbx/es-1/logs network.host: 192.168.0.125 http.port: 9200 discovery.zen.ping.unicast.hosts: ["192.168.0.125:9300","192.168.0.126:9300","192.168.0.127:9300"] discovery.zen.minimum_master_nodes: 2 gateway.recover_after_nodes: 3 node.master: true node.data: true node.ingest: false search.remote.connect: false
以上是关于es集群搭建的主要内容,如果未能解决你的问题,请参考以下文章