Python Log Inspector Tool with Regex and Reporting

I built a Log inspector, a Python tool that parses system log files, filters errors, generates per-user statistics, and exports reports as CSV or HTML. What it does: Parses system logs using regular expressions (regex). Filters by error type or specific user. Generates ranked error summaries. Exports reports as CSV or HTML What I learned building it: How to refactor a monolithic script into modular, reusable functions. Separation of concerns like parsing, reporting, and logic in separate files. Writing unit tests with unittest to catch edge cases. Using Git and GitHub to manage and publish a project. This project builds on concepts from the Google IT Automation with Python Certificate but focuses on solving a real-world problem engineers face daily: understanding system logs efficiently. 🔗 GitHub: https://lnkd.in/dJ3maRBW If you work with system logs or automation tools, I’d love your feedback! #Python #Automation #ITAutomation #Regex #GitHub #GoogleCertificate #Coursera #LogAnalysis #Programming

To view or add a comment, sign in

Explore content categories