THIS REPO IS NOT Up to date with the logforge implmentaiton. You should use THIS repo to run logforge.
- Real-time Docker log streaming via WebSocket
- Smart alert scanning (with keyword-based detection)
- In-memory alert tracking
- API to fetch containers, logs, and alerts
- Endpoint to clear alerts and logs
git clone https://github.com/log-forge/backend-oss.git
cd backend-oss
docker compose up -d --buildfor API endpoints, head to:
http://localhost:<your_port>/docsBy default the port is 8000.