From 6a0308b4476af731aa5fbfcb04c3c7e3857c483b Mon Sep 17 00:00:00 2001 From: AlexFaraino Date: Wed, 9 May 2018 16:56:05 +0200 Subject: [PATCH] Fix mapping creation issue --- core/services/modules/shadowbook/objects/IndexIntel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/services/modules/shadowbook/objects/IndexIntel.py b/core/services/modules/shadowbook/objects/IndexIntel.py index da6fb0f..5581b96 100644 --- a/core/services/modules/shadowbook/objects/IndexIntel.py +++ b/core/services/modules/shadowbook/objects/IndexIntel.py @@ -95,8 +95,7 @@ def forgeDocMapping(self): "format": "basic_date_time_no_millis" }, "source": { - "type": "keyword", - "index": "not_analyzed" + "type": "keyword" } } }