Created
May 15, 2014 20:32
-
-
Save coolacid/67d73cc562c41780b757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date { | |
# May 08 10:18:18 | |
match => ["timestamp", "MMM dd HH:mm:ss"] | |
# We don't have a timezone on the log, so we can define it. | |
timezone => "America/Toronto" | |
target => "timestamp" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment