aquanauts / alogamous

A log anomaly detection framework
MIT License
1 stars 9 forks source link

Adding and debugging format analyzer #64

Closed kitrady closed 3 months ago

kitrady commented 3 months ago

Closes #9

Added an analyzer that detects improperly formatted log lines and reports them. Also added a report messages to this and other analyzers I wrote because I realized I was just dumping the lines in the report with no explanation.

benrady commented 3 months ago

I can't resolve the merge conflicts in this PR through the web UI because Github is confusing the header lines with ======... for merge conflict lines. @kitrady you'll have to merge this with main and resolve the conflicts yourself before I can merge it