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

elasticsearch 集群配置

时间:2016-06-26 11:30:43      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

cluster.name: elasticsearch
node.name: node-01
bootstrap.mlockall: true
network.publish_host: 192.168.6.30
network.bind_host: 192.168.6.30
http.port: 9200
transport.tcp.port: 9300
discovery.zen.ping.unicast.hosts: [‘192.168.6.30‘,‘192.168.6.83‘]

 

elasticsearch 集群配置

标签:

原文地址:http://www.cnblogs.com/hee0624/p/5617471.html

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