X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=metadata%2Fservice%2Fclient.yml;h=203c7630be1692e44c0ad4b9bab6b0ccf1b891c8;hp=fc57c7cc1aace667e1fd7b9eb2db74c8b43c45d2;hb=15e62f813461d519da6e766f72f60f9a07fb6628;hpb=30c6becac6eae19ee467f6bfa7c72c153dd0a667 diff --git a/metadata/service/client.yml b/metadata/service/client.yml index fc57c7c..203c763 100644 --- a/metadata/service/client.yml +++ b/metadata/service/client.yml @@ -1,16 +1,24 @@ applications: -- elasticsearch.client +- elasticsearch parameters: + _param: + elasticsearch_version: 2 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