Log analyzer
2.0K
AI Log Analyzer is a lightweight, containerized API that helps developers and DevOps engineers analyze application logs in real-time.
It automatically detects errors, warnings, and patterns in logs, enabling faster debugging, better monitoring, and improved system reliability.
docker pull <your-docker-username>/ai-log-analyzer:latest
docker run -d -p 8000:8000 --name log-analyzer <your-docker-username>/ai-log-analyzer
Local:
http://localhost:8000/docs
AWS EC2:
http://<EC2-PUBLIC-IP>:8000/docs
π Interactive Swagger UI will open
POST /analyze
{
"logs": "[INFO] Service started\n[ERROR] Database failed\n[WARNING] Retry attempt"
}
{
"summary": {
"INFO": 1,
"ERROR": 1,
"WARNING": 1
},
"error_count": 1
}
User β FastAPI β Log Analyzer Engine β Response (JSON)
β
Docker Container
β
AWS EC2
Hereβs your updated Author section β ready to copy-paste:
Noopur Bhatt
Building Intelligent Systems π‘| Open Source Contributor π| Trouble Maker Engineer π
MIT License
Content type
Image
Digest
sha256:64a971fa9β¦
Size
48.5 MB
Last updated
5 months ago
docker pull noopur17/log-analyzer