Skip to content

Instantly share code, notes, and snippets.

@rjosephwright
Created February 26, 2015 21:28
Show Gist options
  • Save rjosephwright/9a0b76428ffa39bcdba2 to your computer and use it in GitHub Desktop.
Save rjosephwright/9a0b76428ffa39bcdba2 to your computer and use it in GitHub Desktop.
path:
data: /var/lib/elasticsearch/data
work: /var/lib/elasticsearch/work
logs: /var/log/elasticsearch
discovery:
zen:
ping:
multicast:
enabled: false
tribe:
blocks:
metadata: false
write: false
tribe0:
cluster:
name: es0
discovery:
zen:
ping:
multicast:
enabled: false
unicast:
hosts:
- 10.10.10.36:9300
- 10.10.10.37:9300
tribe1:
cluster:
name: es1
discovery:
zen:
ping:
multicast:
enabled: false
unicast:
hosts:
- 10.10.11.195:9300
- 10.10.11.196:9300
- 10.10.11.197:9300
- 10.10.11.198:9300
- 10.10.11.199:9300
- 10.10.11.194:9300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment