Skip to content

Instantly share code, notes, and snippets.

@gauravarora
Last active August 29, 2015 14:02
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 gauravarora/211c7059b350dc6ee9f1 to your computer and use it in GitHub Desktop.
Save gauravarora/211c7059b350dc6ee9f1 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": {
"version": "1.1.2",
"nginx": {
"users": [{
"username": "gaurav",
"password": "password"
}],
"allow_cluster_api": "true",
"port": 80
},
"cluster": {
"name": "ieee-innovation-es"
},
"logging": {
"action.discovery.ec2": "TRACE"
},
"gateway": {
"expected_nodes": 2
},
"discovery": {
"type": "ec2",
"zen": {
"minimum_master_nodes": 2,
"ping": {
"multicast": {
"enabled": false
}
}
},
"ec2": {
"tag": {
"opsworks::stack": "elasticsearch"
}
},
"path": {
"data": "/mnt/elasticsearch-data"
},
"cloud": {
"aws": {
"region": "us-west-2"
}
},
"custom_config": {
"cluster.routing.allocation.awareness.attributes": "rack_id"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment