blob: 1972b4080d394ae1d412f53b50bda3f83c2d69b8 [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
vgusev15e62f82017-11-08 13:21:39 +040018 replicas: 1
Dmitry Kalashnik8c207ea2018-11-29 18:56:36 +040019 version: 5