From bd928b3732e28a89f1abfffb8ee97cb274f1f28b Mon Sep 17 00:00:00 2001 From: lephisto Date: Mon, 18 Nov 2019 22:31:15 +0100 Subject: [PATCH] Update pfsense_custom_template_es6.json --- .../pfsense_custom_template_es6.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json b/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json index 375d148..1ddf5b8 100644 --- a/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json +++ b/Elasticsearch_pfsense_custom_template/pfsense_custom_template_es6.json @@ -219,6 +219,10 @@ "type": "date", "format": "yyyy-MM-dd HH:mm:ss.SSS" }, + "utc_timestamp": { + "format": "yyyy-MM-dd HH:mm:ss", + "type": "date" + }, "tos": { "type": "keyword" },