Features Pricing Catalog Docs Demos About Sign in Start free
AWS

Event Correlation

Alarms, deploys, security findings and CloudTrail events on one timeline for incident reviews.

Tier Builder
Category Operations
Refresh
Scope regional
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

lp.js is the single-entry loader: it injects the shared LightPane runtime (and sd-embed.css) once per page. Add this pane's own stylesheet and script; the pane mounts itself wherever the matching <div> is in the DOM.

<!-- In <head> — this pane's stylesheet -->
<link rel="stylesheet" href="https://lightpane.io/_pane-tests/aws/incident-composer/incident-composer.css">

<!-- Your access key (inline, or set window.lpEmbed.accessKey from your own JS) -->
<script>window.lpEmbed = { accessKey: "<your-access-key>" };</script>

<!-- Where the pane should appear -->
<div class="lp-incident-composer-panel" data-lp-account="<your-account-alias>"></div>

<!-- Before </body> — shared loader + this pane's script -->
<script src="https://lightpane.io/embed/lp.js"></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.