Skip to content

Instantly share code, notes, and snippets.

@kbaum
Created June 28, 2011 01:46
Show Gist options
  • Save kbaum/1050309 to your computer and use it in GitHub Desktop.
Save kbaum/1050309 to your computer and use it in GitHub Desktop.
path:
work: /var/lib/elasticsearch/work
logs: /var/log/elasticsearch
data: /var/lib/elasticsearch/data
cluster:
name: mycluster
discovery:
zen:
ping_timeout: 30s
ping:
multicast:
enabled: false
unicast:
enabled: true
hosts: host1:9300, host2:9300, host3:9300, host4:9300, host5:9300, host6:9300
fd:
ping_retries: 10
ping_interval: 5s
ping_timeout: 30s
index:
number_of_shards: 6
number_of_replicas: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment