Wired Log Analyzer is a security-focused log analysis platform designed to process and extract insights from Alcatel-Lucent Enterprise (ALE) tech_support bundles.
Built to assist support engineers in real production environments, the system automates log parsing, correlation, and insight generation across large-scale datasets.
- 📦 Parses complex
.tartech_support bundles - 🔍 Extracts and structures logs into analyzable formats
- ⚡ Handles multi-GB datasets efficiently
- 🧠 Generates intelligent insights from raw logs
- 📊 Interactive visualization for faster debugging
- 📄 Automated report generation (HTML → PDF)
Instead of manually digging through thousands of log lines, this tool:
Transforms raw infrastructure logs into structured, actionable insights.
It bridges the gap between:
- Raw system logs
- SOC / support engineer workflows
- Extracts
.tarbundles - Parses tech_support logs
- Handles HMON datasets and structured outputs
- Interactive dashboards for log exploration
- Time-series analysis for system metrics
- Log correlation and anomaly detection
- Structured summaries for faster triage
- Generates clean, shareable reports
- HTML → PDF export support
- Backend: FastAPI (Python)
- Frontend: HTML, JavaScript (React optional)
- Data Processing: Python, Pandas
- Visualization: Plotly
- Deployment/Env: Linux, Docker (optional)
git clone https://github.com/your-username/wired-log-analyzer.git
cd wired-log-analyzer
- Install dependencies
pip install -r requirements.txt- Run backend
uvicorn main:app --reload- Run frontend
Serve via:
Static HTML server OR React dev server
📸 Screenshots:

Run backend:
uvicorn main:app --reloadFrontend can be served via any static host or React dev server.



