Your regex also extracted the timestamp, but as with mine, the whole log was one event with this timestamp.
It is a textfile, separators are spaces. Example given below:
2014-10-21 05:01:52.964 INFO at.bcm.skeis [serverScheduler_Worker-1] import successful
2014-10-21 05:01:54.538 INFO at.bcm.skeis [serverScheduler_Worker-1] Reports successfully imported
2014-10-21 05:01:56.586 INFO at.bcm.skeis [serverScheduler_Worker-1] Error during import!
2014-10-21 05:01:58.560 INFO at.bcm.skeis [serverScheduler_Worker-1]
2014-10-21 06:03:44.307 INFO at.bcm.skeis [serverScheduler_Worker-5] import successfull
and how come, that the time is not extracted correctly? I mean there is a difference between October 2014 and September 2009 - I can't explain that.
... View more