Skip to content

Instantly share code, notes, and snippets.

@xymor
Last active August 29, 2015 13:57
Show Gist options
  • Save xymor/9571659 to your computer and use it in GitHub Desktop.
Save xymor/9571659 to your computer and use it in GitHub Desktop.
elasticsearch.yml
cluster.name: "elasticsearch"
path.data: /mnt/elasticsearch/data
path.work: /mnt/elasticsearch/work
path.logs: /mnt/elasticsearch/logs
path.plugins: /mnt/elasticsearch/plugins
http.enabled: true
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["127.0.0.1:[9300-9400]"]
node.master: true
node.data: true
index.number_of_shards: 1
index.number_of_replicas: 0
bootstrap.mlockall: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment