· 8 years ago · Jan 27, 2018, 06:58 AM
1cloud:
2 aws:
3 access_key: AWS_ACCESS_KEY
4 secret_key: AWS_SECRET_KEY
5 region: eu-west-1
6
7discovery:
8 type: ec2
9 ec2:
10 groups: datastore-elasticsearch
11 host_type: private_ip
12 tag.Name: datastore-elasticsearch-production
13 any_group: false
14
15node:
16 data:true
17
18path:
19 work: /var/lib/elasticsearch/work
20 logs: /var/log/elasticsearch
21
22cluster:
23 name: elasticsearch
24
25index:
26 number_of_shards: 10
27 number_of_replicas: 1
28
29script.native:
30 smartdate.type: com.mycompany.elasticsearch.score.CustomScoreScript
31 smartdate.lang: native
32
33bootstrap:
34 mlockall : true