X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=elasticsearch%2Ffiles%2Fes_template_notification.json;h=1a74f3e89718dc29945373f2da1ceea89f9c5c2c;hp=6754ffd2c1020d1753d4052ef3fd37c09eaecb54;hb=06f51b7a2eb4bb069d1e4fe183fb71c78197f78e;hpb=daf1e51fbe9b9e58e294a4db985207a72f88588a;ds=inline diff --git a/elasticsearch/files/es_template_notification.json b/elasticsearch/files/es_template_notification.json index 6754ffd..1a74f3e 100644 --- a/elasticsearch/files/es_template_notification.json +++ b/elasticsearch/files/es_template_notification.json @@ -41,6 +41,10 @@ "index": "not_analyzed", "type": "string" }, + "region": { + "index": "not_analyzed", + "type": "string" + }, "request_id": { "index": "not_analyzed", "type": "string" @@ -62,8 +66,8 @@ "format": "dateOptionalTime" }, "publisher": { - "type": "not_analyzed", - "format": "string" + "index": "not_analyzed", + "type": "string" } } }