Incident Investigation Example
This example demonstrates how to investigate an incident when users report errors.Scenario
Users report that the auth-service is experiencing connection issues. You need to investigate what happened between 2 PM and 3 PM.Command
Expected Output
The pipeline will:- Discover auth-service log sources
- Fetch ERROR-level logs from the past 2 hours
- Parse and normalize the logs
- Aggregate metrics
- Detect anomalies
- Generate hypotheses
- Create a detailed incident report
