Advertisement
vadimlun9u

master1

Jul 24th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. cluster.name: e_cluster
  2. node.name: "storage1"
  3. node.master: true
  4. node.data: true
  5. #network.bind_host: 192.168.33.15
  6. network.publish_host: 192.168.33.15
  7. transport.tcp.port: 9315
  8. discovery.zen.minimum_master_nodes: 2
  9. discovery.zen.ping.unicast.hosts: 192.168.33.15:9315, 192.168.33.16:9316, 192.168.33.13:9313,192.168.33.14:9314
  10. discovery.zen.fd.ping_interval: 3
  11. discovery.zen.fd.ping_timeout: 60
  12. discovery.zen.fd.ping_retries: 3
  13. index.number_of_shards: 7
  14. index.number_of_replicas: 4
  15. bootstrap.mlockall: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement