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:
parent
9e1dd3b7e1
commit
41a4d92703
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user