What problem does it solve?
Log analysis helps you quickly pinpoint why an application is failing, where performance degrades, and whether suspicious activity is occurring—without manually scanning huge log files.
Core Features & Use Cases
- Error & Exception Detection: Find frequent errors by level (e.g., ERROR/exception/fail) and correlate by timestamp and HTTP status codes (4xx/5xx).
- Performance Investigation: Identify slow requests and quantify traffic patterns by time window and endpoint.
- Security Anomaly Scanning: Detect likely SQL injection, XSS attempts, directory traversal, and brute-force/login abuse patterns.
- Use Case: When an outage happens after a deployment, analyze access and application logs to isolate a surge in 5xx responses, identify the failing endpoints, and check for concurrent malicious probing.
Quick Start
Use the log-analysis skill to analyze your access.log and application.log and produce an actionable incident-style summary of errors, performance hot spots, and potential security anomalies.