From 25cc72388f56ca0d85bf666c8a8e99b288773a1b Mon Sep 17 00:00:00 2001 From: Bastian Maeuser Date: Thu, 7 Nov 2019 20:05:21 +0100 Subject: [PATCH] remove realtimestamp - seems unnescesary.. --- .../pfsense_custom_template_es6.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json b/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json index 8e4b160..375d148 100644 --- a/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json +++ b/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json @@ -219,10 +219,6 @@ "type": "date", "format": "yyyy-MM-dd HH:mm:ss.SSS" }, - "real_timestamp": { - "type": "date", - "format": "yyyy-MM-dd HH:mm:ss" - }, "tos": { "type": "keyword" },