码迷,mamicode.com
首页 > 其他好文 > 详细

es集群搭建

时间:2018-09-12 17:02:55      阅读:424      评论:0      收藏:0      [点我收藏+]

标签:ges   pat   一个   over   network   ini   inf   log   ping   

每一个服务都将下面配置参数写入/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集群搭建

标签:ges   pat   一个   over   network   ini   inf   log   ping   

原文地址:https://www.cnblogs.com/lk617-home/p/9635290.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!