Skip to content

Instantly share code, notes, and snippets.

@sionide21
Created June 11, 2014 21:43
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 sionide21/4b8fa67efb8e0c650fbc to your computer and use it in GitHub Desktop.
Save sionide21/4b8fa67efb8e0c650fbc to your computer and use it in GitHub Desktop.
{
"java": {
"jdk_version": "7",
"oracle": {"accept_oracle_download_terms": "true"},
"accept_license_agreement": "true",
"install_flavor": "oracle"
},
"elasticsearch": {
"nginx": {
"users": [{"username": "salesloft", "password": "<haha you wish>"}],
"allow_cluster_api": "true",
"port": 80
},
"cluster": {"name": "elasticsearch-prod"},
"gateway": {"expected_nodes": 3},
"discovery": {
"type": "ec2",
"zen": {
"minimum_master_nodes": 2,
"ping": {"multicast": {"enabled": false}}
},
"ec2": {"tag": {"opsworks:stack": "elasticsearch-prod"}}
},
"path": {"data": "/mnt/elasticsearch-data"},
"cloud": {"aws": {"region": "us-east-1"}},
"custom_config": {"cluster.routing.allocation.awareness.attributes": "rack_id"},
"version": "1.1.1",
"plugins": { "elasticsearch/elasticsearch-cloud-aws": { "version": "2.1.1" } }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment