当前位置:   article > 正文

es自学笔记--应用_cluster.initial_master_nodes中填什么

cluster.initial_master_nodes中填什么

一、集群部署

(1)config的elasticsearch.yml

  1. cluster.name: my-app
  2. node.name: node-1
  3. path.data: /home/work/env/es/es-data/es7-data
  4. path.logs: /home/work/env/es/log/es7-log
  5. bootstrap.memory_lock: false
  6. network.host: 0.0.0.0
  7. http.port: 8200
  8. transport.tcp.port: 8250
  9. transport.tcp.compress: true
  10. discovery.seed_hosts: ["10.**.***.**", "10.**.***.**","10.**.***.**"]
  11. cluster.initial_master_nodes: ["node-1", "node-2","node-3"]
  12. #action.destructive_requires_name: true

1.重要的是transport.tcp.port,保持一致

2.cluster.initial_master_nodes:非必填

3.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/126664
推荐阅读
相关标签
  

闽ICP备14008679号