From 6891702397293fb577bd7cfbb124ea582110e7f5 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Fri, 14 Nov 2014 21:13:45 +0100 Subject: [PATCH] Fix template error Original commit: elastic/x-pack-elasticsearch@2f1733348a3bb54e18ab31efc70f8ded8d4dc709 --- src/main/resources/alerthistory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/alerthistory.json b/src/main/resources/alerthistory.json index 7523cca7839..4aaa00c3cbf 100644 --- a/src/main/resources/alerthistory.json +++ b/src/main/resources/alerthistory.json @@ -27,7 +27,7 @@ "type": "string", "index": "not_analyzed" }, - "errorMsg": { + "error_msg": { "type": "string" }, "request" : {