From: Simon Pasquier Date: Thu, 9 Feb 2017 15:31:03 +0000 (+0100) Subject: Fix typo in notification index template X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=commitdiff_plain;h=refs%2Fchanges%2F81%2F1381%2F1;hp=ee64bd1814afaa35241dd5c7c907e43ea6b9f6ac Fix typo in notification index template Change-Id: If405274c1ce97f1446247622278cc86780362f5d --- diff --git a/elasticsearch/files/es_template_notification.json b/elasticsearch/files/es_template_notification.json index 6754ffd..be645d5 100644 --- a/elasticsearch/files/es_template_notification.json +++ b/elasticsearch/files/es_template_notification.json @@ -62,8 +62,8 @@ "format": "dateOptionalTime" }, "publisher": { - "type": "not_analyzed", - "format": "string" + "index": "not_analyzed", + "type": "string" } } }