blob: 316438e3db35852757c39e1b6371c12a0f808d0c [file] [log] [blame]
Martin Polreich0c7f5672017-04-11 13:27:30 +02001elasticsearch:
2 server:
3 enabled: true
4 bind:
5 address: 0.0.0.0
6 port: 9200
7 cluster:
8 multicast: false
9 members:
10 - host: elastic01
11 port: 9300
12 - host: elastic02
13 port: 9300
14 - host: elastic03
15 port: 9300
16 index:
17 shards: 5
18 replicas: 1