X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=metadata%2Fservice%2Fclient.yml;h=72efe863ae0e85a4284d803670463c7029a96ac8;hp=fc57c7cc1aace667e1fd7b9eb2db74c8b43c45d2;hb=4f87dbd6580b8bf84ee60a7cbb7467cae961f97e;hpb=126eef870ff8c3ba5eb3bbd391002c1cf8fb64a0 diff --git a/metadata/service/client.yml b/metadata/service/client.yml index fc57c7c..72efe86 100644 --- a/metadata/service/client.yml +++ b/metadata/service/client.yml @@ -1,16 +1,24 @@ applications: -- elasticsearch.client +- elasticsearch parameters: + _param: + elasticsearch_version: 5 elasticsearch: client: enabled: true index: log: + force_operation: true enabled: true - template: elasticsearch/files/es_template_log.json + template: elasticsearch/files/v${_param:elasticsearch_version}/es_template_log.json + audit: + force_operation: true + enabled: true + template: elasticsearch/files/v${_param:elasticsearch_version}/es_template_audit.json notification: + force_operation: true enabled: true - template: elasticsearch/files/es_template_notification.json - kibana4: + template: elasticsearch/files/v${_param:elasticsearch_version}/es_template_notification.json + kibana: enabled: true - template: elasticsearch/files/es_template_kibana4.json + template: elasticsearch/files/v${_param:elasticsearch_version}/es_template_kibana.json