Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dixon
Created April 1, 2015 18:38
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 dixon/86b705813ba67c37d204 to your computer and use it in GitHub Desktop.
Save dixon/86b705813ba67c37d204 to your computer and use it in GitHub Desktop.
elasticsearch local developer options to prevent network broadcasting/replication
# elasticsearch dev options
cluster.name: jarrod_elasticsearch # shouldn't just be elasticsearch - make it unique to your computer
node.local: true
discovery.zen.ping.multicast.enabled: false
index.number_of_shards: 1
index.number_of_replicas: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment