⚠️ Personal learning project for exploring regex-based parsing and JSON normalization in Python.
Converts unstructured log files (e.g., Apache, syslog) into normalized JSON output.
- Improve regex and string parsing skills
- Use Python for log processing tasks
- Prepare structured data for dashboards
python normalizer.py --input syslog.log --output normalized.json