From d864e5fb5cfd2a41266266fbade4494f971335c4 Mon Sep 17 00:00:00 2001 From: Andrew <a@3ilson.com> Date: Wed, 2 Oct 2019 19:38:38 -0400 Subject: [PATCH] Update 10-pf.conf --- conf.d/10-pf.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf.d/10-pf.conf b/conf.d/10-pf.conf index 0e39a3c..603a443 100644 --- a/conf.d/10-pf.conf +++ b/conf.d/10-pf.conf @@ -6,10 +6,6 @@ filter { add_field => [ "received_at", "%{@timestamp}" ] add_field => [ "received_from", "%{host}" ] } - date { - match => [ "syslog_timestamp", "MMM d HH:mm:ss", "MMM dd HH:mm:ss" ] - locale => "en" - } mutate { rename => { "[message]" => "[event][original]"} } -- GitLab