我正在使用带有cloud-aws插件的elasticsearch(0.90.x)。有时在不同机器上运行的节点无法相互发现(“等待30秒并且发现没有设置初始状态”)。我将“discovery.ec2.ping_timeout”设置为“15s”,但这似乎没有帮助。是否有其他可能有所作为的设置?
discovery:
type: ec2
ec2:
ping_timeout: 15s
答案 0 :(得分:0)
不确定您是否知道此博文:http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/。它深入解释了插件设置。
添加群集名称,如此
cluster.name: your_cluster_name
discovery:
type: ec2
...
可能有帮助。