M ManySignal

Guide · ManySignal

SIEM Migration Runbook

A SIEM replacement decision is only the beginning. The migration itself — telemetry cutover, rule translation, dual-run validation, and legacy sunset — is an operational project that fails more often on execution than on architecture. This runbook gives detection engineering leads a week-by-week checklist with rollback gates at every phase.

MH Marcus Hale — Head of Detection Engineering
EN Elena Novak — Co-founder & CTO, ManySignal
16 min read Published Jun 12, 2026 Download PDF
01

Pre-migration prerequisites

Before touching a single connector, you need a signed-off telemetry inventory, an approved detection catalogue snapshot, and a compliance sign-off on retention continuity. Without these three artefacts, any migration date you set is fictional.

Assign a migration owner with P1 authority — someone who can freeze the legacy rule catalogue, approve connector PRs, and escalate retention disputes to legal without a meeting chain. Migrations that need committee approval for every decision miss their dates.

Define your rollback gate criteria upfront: if X coverage gaps appear in dual-run, you roll back to shadow. If median MTTV exceeds Y during dual-run, you hold the phase. Write the numbers before the work starts.

  • Telemetry inventory signed off by SecOps lead
  • Detection catalogue snapshot committed to git with hash
  • Compliance retention sign-off from legal
  • Migration owner named with P1 authority
  • Rollback gate criteria documented and agreed
02

Phase 1 — connector deployment (weeks 1–2)

Deploy connectors in priority order: identity providers first (Okta, Entra ID, Google Workspace), then cloud control planes (AWS CloudTrail, Azure Activity Log, GCP Audit Logs), then endpoint telemetry, then SaaS applications. Identity and cloud control plane coverage is what powers the entity graph — everything else builds on top.

Each connector should be validated against a known-good event before you move to the next. Pick one event you can reproduce (an Okta login, an S3 GetObject, a GCP IAM change) and confirm it appears in the graph with correct OCSF fields before marking the connector ready.

Track connector status in a shared doc: source name, owner, deployed date, validation event, and volume/day. This doc is your migration dashboard for the next eight weeks.

# Validate connector by querying for a known event
curl -s -X POST https://app.manysignal.io/api/v1/graph/query \
  -H "Authorization: Bearer $MS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "source": "aws_cloudtrail_mgmt",
    "class_uid": 3002,
    "actor_user": "terraform@ci.acme.com",
    "window": "1h"
  }' | jq '.total_events'
03

Phase 2 — rule translation (weeks 2–4)

Export the legacy rule catalogue. Score each rule: TP count (last 12 months), FP count, MITRE technique covered, and active/inactive status. Rules with zero TPs and high FPs are dropped. Rules covering unique MITRE techniques with no equivalent get translated first.

Translate rules in three passes: streaming detections (single-event thresholds) first, then correlation detections (multi-event sequences), then behavioural detections (per-entity baseline anomalies). Behavioural detections often replace entire families of noisy threshold rules.

Every translated detection gets a backtest run against 30 days of production data before it enters staging. A detection that would have fired 200 times in 30 days with zero TPs is not ready for production.

04

Phase 3 — shadow mode (weeks 4–8)

Shadow mode means ManySignal fires detections and creates cases, but no external notifications or response actions leave the platform. The legacy SIEM remains the source of truth for analyst queues. Run shadow for at least 30 days — longer if your detection catalogue is large.

During shadow, compare every ManySignal case against the legacy alert log. For every legacy alert that has no ManySignal case, open a coverage gap ticket. For every ManySignal case that has no legacy alert, classify it as net-new coverage or noise.

The shadow exit gate: less than 5% coverage gaps vs legacy, and net-new ManySignal cases have been reviewed and classified. Do not advance to dual-run until the gate clears.

05

Phase 4 — dual-run and cutover (weeks 8–12)

Dual-run flips ManySignal to authoritative for triage while legacy remains ingesting. Analysts work ManySignal cases. Legacy alerts are monitored for anything that doesn't surface in ManySignal. Duration: 30 days minimum.

Dual-run exit gate: two consecutive weeks with zero unmatched legacy alerts, median MTTV within 20% of target, and autonomous verdict rate above 80%. When the gate clears, schedule legacy sunset.

Legacy sunset is a hard cutover of ingestion and alerting. Keep legacy in read-only mode for six months minimum to support historical lookups during audits and incident scope reviews.

06

Post-migration: first 90 days of steady-state

The first 90 days after legacy sunset are when the operational model cements. Run a weekly metrics review: autonomous verdict rate, MTTV by severity, TP:FP by detection domain, cases opened and closed, cost per verdict.

Use the first 90 days to introduce detection engineering practices that were impractical in the legacy environment: backtesting new rules before promotion, scheduled coverage gap analysis against MITRE ATT&CK, and monthly autonomous threshold calibration reviews.

Key takeaways

  • Three artefacts gate the start: telemetry inventory, detection snapshot, compliance sign-off.
  • Deploy connectors in priority order: identity, cloud control plane, endpoint, SaaS.
  • Validate each connector with a reproducible known-good event before proceeding.
  • Shadow mode minimum is 30 days — gate exit on less than 5% coverage gaps.
  • Dual-run gate: two consecutive clean weeks, MTTV within target, 80%+ autonomous rate.
  • Keep legacy read-only for six months post-sunset for historical lookups.

Further reading

Frequently asked questions

What is SIEM Migration Runbook in an agentic SOC?

SIEM Migration Runbook is part of ManySignal's agentic SOC and MDR platform, where AI agents detect, triage, investigate, and respond to threats with human-governed autonomy.

How does ManySignal handle siem migration runbook?

ManySignal grounds siem migration runbook in a temporal entity graph and behavioural baselines, so every verdict is backed by auditable evidence rather than opaque scores.

Can ManySignal replace my SOAR or MDR for siem migration runbook?

Yes. ManySignal combines detection, triage, investigation, response, and reporting in one platform, and can operate as your MDR or augment an existing SOC team.

How is autonomy governed?

Through an autonomy ladder: recommend-only, approve-gated, and autonomous modes per action class, with dry-run previews, blast-radius limits, and a one-click tenant kill switch.

How fast is time to value?

Declarative connectors and shipped detections typically produce AI agent verdicts on live alerts within days, not quarters — no parsing projects or playbook-building phase.

Is ManySignal available as a managed service?

Yes. Consume ManySignal as MDR with 24/7 coverage and monthly reporting, run it as your in-house agentic SOC, or use it as the platform behind your own MDR practice.

How does ManySignal license the platform?

Pricing scales with protected assets and autonomy tier, not per-GB ingestion or per-alert volume. Starter, Growth, and Enterprise plans are available; MDR providers receive volume discounts for multi-tenant deployments.

Where does our data reside?

By default in AWS us-east-1. Enterprise tenants can pin data to specific AWS regions, deploy self-hosted on their own Kubernetes cluster, or use customer-managed encryption keys (CMK) to retain cryptographic control.

What does the evidence trail contain?

Each verdict stores the full question set, per-question agent answers, confidence weights, source event references, entity graph snapshots, and operator attestation — preserved immutably for the retention period chosen at contract time.

How does ManySignal handle a false-positive alert?

The triage agent auto-closes findings it assesses as false positives with a documented rationale — which rule fired, why the evidence fails to support escalation, and the entity baseline that informed the decision. Auto-closure rates typically reach 85–95% within 90 days as baselines mature.

Continue reading

See the agentic SOC in action

Watch AI agents work a real alert queue — verdicts, evidence, and confidence scores included. In-house SOC or MDR, your call.