AWS
Event Correlation
Alarms, deploys, security findings and CloudTrail events on one timeline for incident reviews.
Live preview — demo data
What this pane shows
A unified timeline merging signals from CloudWatch alarms, recent deploys, Security Hub / GuardDuty findings and CloudTrail mutating events. Each row carries its source, time, severity and a short title; clicking a row jumps to the originating pane for the full context.
Key use cases
- Post-incident review: reconstruct exactly what happened and in what order.
- Mid-incident: find the change that preceded the failure.
- Train new on-call engineers on how signals correlate during real incidents.
- Produce a clean timeline for a post-mortem document.
How to embed
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-incident-composer-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/aws/incident-composer/incident-composer.js"
defer></script>
Tier
Available on Builder and above.
Build notes
No outstanding build notes.