Real-time log file monitoring and alerting tool
Find a file
Skippy dfdd736c54 Implement parser.py - log line parsing module (#2)
Add configurable log parser supporting syslog, apache combined,
JSON, CSV, and custom regex formats. Outputs JSON Lines with
timestamp normalization, field filtering, and time range support.

Exposes register_subparser() and main() per module interface contract.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 10:45:59 -06:00
parser.py Implement parser.py - log line parsing module (#2) 2026-02-03 10:45:59 -06:00
README.md Initial commit 2026-02-03 10:34:24 -06:00
watcher.py feat: implement watcher.py - real-time file monitoring module 2026-02-03 10:38:50 -06:00

logwatch

Real-time log file monitoring and alerting tool