Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudthinker.io/llms.txt

Use this file to discover all available pages before exploring further.

Two concepts sit at the heart of what makes Pulse useful: suppression (cutting noise before it reaches you) and clustering (grouping what remains into single units of action).

Suppression — Cutting the Noise

Every signal that arrives passes through seven layers before it reaches your feed. If any layer fires, the signal is stored but hidden. It won’t create noise, but it’s still there if you need to audit it.
If an identical event already arrived within the last hour, the dedup count on the existing signal is incremented instead of creating a new row. You see one signal marked “×47” rather than 47 separate items. Typically the largest suppression category.
If a source emits more than 100 signals per minute, signals above that threshold are suppressed for the duration of the burst. Prevents a misconfigured alert from flooding your feed.
Signals matching an active snooze rule are suppressed. This is the only layer you control directly — see Snooze below.
Known-noisy AWS patterns are suppressed automatically — KMS grant lifecycle events, EBS volume churn, AutoScaling internal operations, Signin token redirects. These are AWS bookkeeping events that almost never indicate a real problem.
If a signal toggles state four or more times within 10 minutes, it is suppressed for 5 minutes. A resource oscillating between healthy and unhealthy collapses into a single notification once state stabilizes.
When a parent resource is suppressed, signals from its child resources are also suppressed for 30 minutes — so you don’t get child alerts for something that’s already known noise.
AWS automation services sometimes emit events with inflated severity. Pulse detects events from AWS internal actors and downgrades the severity before routing. The original severity is preserved for auditing.
Suppression by reason chart showing weekly trends for Duplicate, Flapping, Noise Signature, Rate Limited, Severity Normalized, Snoozed, and Cascade layers alongside a conversion rate heatmap

Suppression breakdown over time — visible in the Analytics tab

To review suppressed signals, enable Show suppressed in the filter bar. They appear at reduced opacity with a label showing which layer caught them.

Snooze

Snooze is the only suppression layer you control. Hover over any signal and click the snooze button. Choose a duration (1 minute to 30 days) and a scope:
ScopeWhat it silences
SignalThis exact signal only
PatternAll signals with the same source, type, and title pattern
ResourceAll signals from this resource ID
Use Pattern for recurring maintenance windows. Use Resource when decommissioning a resource during teardown.

Clusters — One Unit of Action

A cluster is the primary unit of work in Pulse. Instead of presenting every individual signal separately, Pulse groups related signals — the same EKS node pool firing nine alerts in 15 minutes becomes one cluster. You investigate once, act once, resolve once.

Status Lifecycle

Every cluster moves through four statuses:
StatusMeaning
FormingFirst signal arrived; collecting related signals
ActiveSignals continuing to arrive; open and needs attention
RoutedEscalated — a linked Incident has been created
ResolvedClosed by a user or automatically
Use the Active / All toggle in the feed to switch between active clusters only (default) or all statuses.

The Cluster Detail Panel

Click any cluster to open the detail panel.
Cluster detail panel showing EKS node pool cluster with 9 signals correlated via time_window at 85% confidence, signal timeline, resource metadata, and action buttons

AI-generated description, signal timeline, resource details, and actions

The panel shows:
  • AI-generated description — plain-English summary of what happened and likely impact
  • Cluster context — all member signals listed chronologically
  • Correlation info — technique used (e.g. time_window) and confidence score
  • Resource metadata — id, type, region, tags of the selected signal
  • Tabs — Overview for signal detail, Routing for escalation history, Raw for the full event payload

Actions

Acknowledge

Mark as seen without closing. Signals the cluster is on your radar. Reversible.

Assign

Hand to a team member. They’re notified and their avatar appears in the feed.

Escalate

Create a linked Incident. Cluster moves to Routed and RCA begins automatically — the cluster summary and all member signals are passed to the RCA agent as starting context, so investigation begins with full signal history already loaded.

Resolve

Close the cluster when the issue is addressed and no Incident is needed.

Automatic Escalation

Pulse auto-escalates clusters where any signal has Critical or High severity, or where the AI marks the signal actionable. These go directly to Routed and trigger root cause analysis — no manual escalation needed.