Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Last active April 8, 2016 22:05
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 Jammink2/2ececd79f85b97e42fbb2b3180e2892e to your computer and use it in GitHub Desktop.
Save Jammink2/2ececd79f85b97e42fbb2b3180e2892e to your computer and use it in GitHub Desktop.
Elasticsearch Settings to edit
cluster.name: elasticsearch
node.name: "integrations"
node.master: true
node.data: true
index.number_of_shards: 5
Index.number_of_replicas: 1
network.bind_host: <your_instance's_internal_IP> #from EC2 console
transport.tcp.port: 9300
http.port: 9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment