Event Correlation & Root Cause Finder
On incident: correlate events from the past hour, identify the first event in the chain, LLM forensics the root cause and proposes remediation.
Overview
**What it does**: Webhook (incident event) → HTTP request past 60 minutes of system events → code builds timeline (first event → cascading failures) → LLM analyzes: what triggered the sequence? (deploy, config change, resource limit, third-party API) → post RCA to #incident-war-room with forensic narrative and recovery steps. **Setup (5 steps)**: 1. Configure event platform: Datadog, New Relic, custom event log (API endpoint) 2. Set time window: how far back to correlate (default 60 min) 3. Add event filters: which services/systems to include in correlation 4. Configure Slack war room: #incident-war-room 5. Test: create test incident; trigger workflow; verify timeline + RCA appear **Apps/nodes**: HTTP request (event API), code node (timeline builder), OpenAI (RCA analysis), Slack. **Credentials required**: Event platform API key, OpenAI account, Slack workspace. **Difficulty**: High | **Setup time**: 15 minutes. **Business outcome**: Root cause found in minutes (not hours) → faster remediation, incident comms clarity ↑, learning post-mortems ↑ data quality.
What's included
Quickstart
- 01
Download the JSON
With an active Library Pass, download the workflow file right from this page or your dashboard.
- 02
Import into n8n
Choose Import from File and select the downloaded JSON. The full agent graph appears, ready to configure.
- 03
Plug in credentials
Each integration node prompts for credentials on first run. The setup guide lists every credential the agent expects.
- 04
Activate and test
Run once with sample input, confirm the expected output, then flip the activate toggle.
Frequently Asked Questions
How do I import this workflow into n8n?
What credentials do I need to provide?
Are the credentials included in the JSON file?
Can I edit or customize the workflow after importing?
What n8n version is required?
What if something breaks after I import it?
Can I use this workflow for my customers or business?
Will the workflow receive updates?
Do I need n8n Pro or a paid plan?
Can I ask for a custom workflow?
Reviews (0)
No reviews yet. Be the first.
Sign in to leave a review.
Included with any pass
This agent — and every other in the library — comes with a Library Pass. One pass, the whole catalog.
Get a Library Pass- Every agent in the library
- All new releases while active
- Unlimited downloads
- Commercial-use license
- Priority email support
- 30-day money-back guarantee
More in Incident Response
Deployment Rollback Alert
On critical service deployment failure: LLM assesses blast radius and rollback safety, notifies on-call with rollback recommendation (auto or manual).
Kubernetes Pod CrashLoop Alert
Detect K8s pod crashes; fetch last 50 logs; LLM diagnoses (app error, OOMKilled, liveness probe, etc.) and suggests recovery steps — escalate to #k8s-alerts.
On-Call Handoff Summary
Daily at shift change: auto-generate handoff summary (current on-call, incoming on-call, active incidents, recent alerts, watch-items) — posted to #oncall-handoff.