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" },