# 📡 Log Sentinel
### Intelligent Log Analysis & Anomaly Detection
---
✨ Autonomously developed by GLM 5 Advanced Coding Model
⚠️ Disclaimer: Test in a test environment prior to using on any live system
## Overview
Monitor, analyze, and alert on system and application logs in real-time.
## Detection Categories
- 🔴 **Security**: Brute force, port scans, SQL injection
- 🟠 **System**: OOM, disk space, service crashes
- 🟡 **Application**: HTTP 500, database errors, timeouts
## Quick Start
```bash
# Find errors
grep -i "error\|fail\|critical" /var/log/syslog | tail -50
# Install tools
sudo apt install -y goaccess lnav fail2ban
```
---