commit | 049328f81f4a579c780beb2687fb98a67968e32f | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Thu Feb 09 16:31:03 2017 +0100 |
committer | Simon Pasquier <spasquier@mirantis.com> | Thu Feb 09 16:31:03 2017 +0100 |
tree | d1d55215458c4f3984775356093c7f642a281a67 | |
parent | ee64bd1814afaa35241dd5c7c907e43ea6b9f6ac [diff] |
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" } } }