Created
May 27, 2016 10:17
-
-
Save un1t/a9fea6773facdea66f55539dd49a0b7a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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