I built a tool to make GitLab SOS bundle debugging easier, especially for multi-node setups where the logs get really large.
Why I built it: I was spending too much time manually grepping thousands of logs, dealing with mixed formats, and jumping between Kibana/Elasticsearch setups.
What it does:
- Aggregates 10k+ logs into patterns for fast overview
- Traces correlation IDs chronologically across mixed formats
- Simple grep-like search (no infra or ELK stack required)
- Analyze SOS bundles or any custom logs
- Optional GitLab Duo AI analysis
- Runs locally with: `python start.py`
s_shaik•1h ago
Why I built it: I was spending too much time manually grepping thousands of logs, dealing with mixed formats, and jumping between Kibana/Elasticsearch setups.
What it does: - Aggregates 10k+ logs into patterns for fast overview - Traces correlation IDs chronologically across mixed formats - Simple grep-like search (no infra or ELK stack required) - Analyze SOS bundles or any custom logs - Optional GitLab Duo AI analysis - Runs locally with: `python start.py`
Repo: https://gitlab.com/gitlab-com/support/toolbox/soslab
Feedback welcome!