From 049328f81f4a579c780beb2687fb98a67968e32f Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 9 Feb 2017 16:31:03 +0100 Subject: [PATCH 1/1] Fix typo in notification index template Change-Id: If405274c1ce97f1446247622278cc86780362f5d --- elasticsearch/files/es_template_notification.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } } -- 2.32.7