Created
July 6, 2011 01:57
-
-
Save arielamato/1066379 to your computer and use it in GitHub Desktop.
Cluster configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cloud: | |
aws: | |
access_key: AWS_ACCESS_KEY | |
secret_key: AWS_SECRET_KEY | |
region: eu-west-1 | |
discovery: | |
type: ec2 | |
ec2: | |
groups: datastore-elasticsearch | |
host_type: private_ip | |
tag.Name: datastore-elasticsearch-production | |
any_group: false | |
node: | |
data:true | |
path: | |
work: /var/lib/elasticsearch/work | |
logs: /var/log/elasticsearch | |
cluster: | |
name: elasticsearch | |
index: | |
number_of_shards: 10 | |
number_of_replicas: 1 | |
script.native: | |
smartdate.type: com.mycompany.elasticsearch.score.CustomScoreScript | |
smartdate.lang: native | |
bootstrap: | |
mlockall : true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment