AI Log Analyzer
Paste a log. Get a root cause and a fix.
What it does
Drop in any log from any source. Our AI:
- Identifies what broke (and what is just noise)
- Explains the root cause in plain English (or Arabic)
- Categorizes by severity (critical / high / medium / low / info)
- Generates exact commands to fix it — with risk flags on destructive operations
- Recommends long-term improvements
Supported log types
Tested and tuned for:
- nginx access + error logs
- Apache access + error logs
- MySQL error log + slow query log
- systemd journal output
- Node.js application logs (PM2, plain stdout)
- PHP-FPM error logs
- Docker container output
- Generic structured + unstructured logs
Bring your own key
The Log Analyzer uses your own AI provider key. Supported providers:
- Anthropic Claude
- Google Gemini
- OpenAI GPT
- DeepSeek
- Groq
- Cerebras
Add a key once in Settings → AI Keys, then use it across the Log Analyzer, AI Assistant, and error summaries.
How to use it
- Go to Security → Log Analyzer
- Pick a sample (
nginx,mysql,systemd,node) or paste your own log - Choose output language (English / Arabic)
- Click Analyze
Results include severity, root cause, errors detected, recommended fixes (with copy buttons for commands), and long-term recommendations.
⚠️
Commands with a risky flag (e.g., rm -rf, DROP TABLE) require an extra confirmation. Always read the explanation before running.