Skip to content

Instantly share code, notes, and snippets.

@chriskief
Last active August 29, 2015 14:01
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 chriskief/46aa11de32ac725b25d2 to your computer and use it in GitHub Desktop.
Save chriskief/46aa11de32ac725b25d2 to your computer and use it in GitHub Desktop.
# /opt/elasticsearch-1.1.x/config/elasticsearch.yml
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["127.0.0.1"]
cluster.name: elasticsearch
network.host: 127.0.0.1
http.port: 9200
path.conf: /opt/elasticsearch-1.1.x/config
path.data: /opt/elasticsearch-1.1.x/data
path.work: /opt/elasticsearch-1.1.x/work
path.logs: /opt/elasticsearch-1.1.x/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment