Skip to content

Instantly share code, notes, and snippets.

@un1t
Created May 27, 2016 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save un1t/a9fea6773facdea66f55539dd49a0b7a to your computer and use it in GitHub Desktop.
Save un1t/a9fea6773facdea66f55539dd49a0b7a to your computer and use it in GitHub Desktop.
cluster.name: mycluster
node.name: node-1
node.master: true
node.data: true
network.host: 0.0.0.0
transport.tcp.port: 9300
http.port: 9200
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["192.168.0.1", "192.168.0.2"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment