Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit d9f094df authored by a3ilson's avatar a3ilson Committed by GitHub
Browse files

Update 11-pfsense.conf

Added timezone match with pfSense
[System]==> [General Setup] Localization\Timezone
parent 84e95dad
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ filter { ...@@ -9,6 +9,7 @@ filter {
} }
date { date {
match => [ "datetime", "MMM dd HH:mm:ss" ] match => [ "datetime", "MMM dd HH:mm:ss" ]
timezone => "America/New_York"
} }
mutate { mutate {
replace => [ "message", "%{msg}" ] replace => [ "message", "%{msg}" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment