mcross1882 / LogAnalyzer

Log analyzer and summary builder written in Scala built for JVM projects
Apache License 2.0
0 stars 1 forks source link

Implement Date Filtering #3

Closed mcross1882 closed 10 years ago

mcross1882 commented 10 years ago

There should be a global analyzer called Timestamp which is used to extract a datetime value from a log line. This can then be used internally to filter out any log lines that are not within the correct date range.

Sample Timestamp Analyzer

<analyzer category="Timestamp" regex="\[(.*)\]">
  %s
</analyzer>
mcross1882 commented 10 years ago

Fixed in https://github.com/mcross1882/LogAnalyzer/commit/890d03295982da84bc30eb7e513633534c63b352