摘要: # 指定集群名称3个节点必须一致cluster.name: es-cluster#指定节点名称,每个节点名字唯一node.name: node-1#是否有资格为master节点,默认为truenode.master: true#是否为data节点,默认为truenode.data: true# 绑定 阅读全文
posted @ 2024-09-23 17:54 狂猫 阅读(39) 评论(0) 推荐(0) 编辑