Handle journald timestamps with microseconds

Our existing timestamp parsing rules could handle syslog format
timestamps with seconds but not microseconds. Journald output is giving
us microseconds so be sure to parse those too.

Change-Id: I44165b4744495ce825bc3b3b2cd908df004c5325
This commit is contained in:
Clark Boylan 2017-05-03 11:33:17 -07:00
parent 9e1dd3b7e1
commit 41a4d92703
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ filter {
"yyyy-MM-dd HH:mm:ss",
"MMM d HH:mm:ss",
"MMM dd HH:mm:ss",
"MMM dd HH:mm:ss.SSSSSS",
"dd/MMM/yyyy:HH:mm:ss Z",
"yyyy-MM-dd HH:mm:ss.SSSZ",
"E MMM dd HH:mm:ss yyyy Z",