From: Simon Pasquier Date: Mon, 13 Mar 2017 09:35:09 +0000 (+0100) Subject: Add 'region' field to the index templates X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=commitdiff_plain;h=refs%2Fchanges%2F78%2F2478%2F1 Add 'region' field to the index templates Change-Id: I70bcf8f708d005384bec2988caf4c96f81a609ea --- diff --git a/elasticsearch/files/es_template_audit.json b/elasticsearch/files/es_template_audit.json index 359a25f..0932346 100644 --- a/elasticsearch/files/es_template_audit.json +++ b/elasticsearch/files/es_template_audit.json @@ -33,6 +33,10 @@ "index": "not_analyzed", "type": "string" }, + "region": { + "index": "not_analyzed", + "type": "string" + }, "action": { "index": "not_analyzed", "type": "string" diff --git a/elasticsearch/files/es_template_log.json b/elasticsearch/files/es_template_log.json index 7ea2124..9ca0fcf 100644 --- a/elasticsearch/files/es_template_log.json +++ b/elasticsearch/files/es_template_log.json @@ -38,7 +38,7 @@ "index": "not_analyzed", "type": "string" }, - "openstack_region": { + "region": { "index": "not_analyzed", "type": "string" }, diff --git a/elasticsearch/files/es_template_notification.json b/elasticsearch/files/es_template_notification.json index be645d5..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"