blob: 9202012348aaa33707ead7b59dbbdcacbbc5b4c6 [file] [log] [blame]
Guillaume Thouvenind39b3522016-11-17 10:49:58 +01001applications:
Simon Pasquier7c5ab012017-03-21 14:26:14 +01002- elasticsearch
Guillaume Thouvenind39b3522016-11-17 10:49:58 +01003parameters:
4 elasticsearch:
5 client:
6 enabled: true
Dmitry Kalashnik8c207ea2018-11-29 18:56:36 +04007 version: ${_param:elasticsearch_version}
Guillaume Thouvenin126eef82016-11-17 15:59:28 +01008 index:
9 log:
vgusev15e62f82017-11-08 13:21:39 +040010 force_operation: true
Guillaume Thouvenin126eef82016-11-17 15:59:28 +010011 enabled: true
Dmitry Kalashnik8c207ea2018-11-29 18:56:36 +040012 template: elasticsearch/files/v${elasticsearch:client:version}/es_template_log.json
Simon Pasquier3cf2b202017-01-27 13:15:53 +010013 audit:
vgusev15e62f82017-11-08 13:21:39 +040014 force_operation: true
Simon Pasquier3cf2b202017-01-27 13:15:53 +010015 enabled: true
Dmitry Kalashnik8c207ea2018-11-29 18:56:36 +040016 template: elasticsearch/files/v${elasticsearch:client:version}/es_template_audit.json
Guillaume Thouvenin126eef82016-11-17 15:59:28 +010017 notification:
vgusev15e62f82017-11-08 13:21:39 +040018 force_operation: true
Guillaume Thouvenin126eef82016-11-17 15:59:28 +010019 enabled: true
Dmitry Kalashnik8c207ea2018-11-29 18:56:36 +040020 template: elasticsearch/files/v${elasticsearch:client:version}/es_template_notification.json