TL;DR: Moving telemetry from Splunk to Google SecOps can be done in parallel, with Bindplane used to add SecOps as a second destination, route selected log sources or business units, and apply destination-specific processing without a rip-and-replace migration, according to Bindplane. The key governance issue is preserving detection continuity while reworking ingestion, parsing, and rollout control.
At a glance
What this is: This is a practical migration guide showing how to run Google SecOps alongside an existing SIEM, then shift telemetry gradually using Bindplane.
Why it matters: It matters to IAM and security teams because migration choices affect log integrity, detection coverage, and operational continuity across security tooling and identity-relevant telemetry.
By the numbers:
- Google SecOps offers 12 months of fully searchable retention by default, which changes how teams think about migration timing and historical investigation coverage.
- Bindplane supports more than 140 sources and destinations out of the box, which reduces friction when teams need to stage dual-write pipelines.
👉 Read Bindplane's guide to migrating telemetry to Google SecOps without replacing your stack
Context
SIEM migration is not only a tooling decision, it is a governance decision about whether detection, search, and retention remain intact while telemetry paths change. The first risk is blind spots created by cutovers that are too aggressive, especially when log parsing, destination formatting, and routing logic differ between platforms.
For identity and security programmes, telemetry is part of control evidence. If logs include authentication events, privileged actions, or workload access traces, migration has to preserve their structure and completeness so downstream investigations and correlation rules do not break.
The approach described here is typical for teams modernising their security stack. Most organisations cannot afford an all-at-once cutover, so dual-write and source-by-source migration are the safer default.
Key questions
Q: How should teams validate SIEM migration without losing detection coverage?
A: Teams should validate migration on identical source data, not on assumed equivalence between platforms. Build a rule-by-rule parity matrix, compare alert volumes, and check field completeness for every critical source group. If translation changes aggregation or lookup behaviour, treat that as a detection design issue, not a tuning nuisance.
Q: What breaks when telemetry enrichment and routing are tied to one SIEM platform?
A: Migrations become infrastructure rebuilds rather than configuration changes. Teams must recreate collectors, validate transformations, and troubleshoot two pipelines in parallel, which extends cutover time and makes future platform changes expensive. Decoupling collection from storage preserves portability and reduces repeat work.
Q: How do teams know whether a new SIEM is actually ready to replace the old one?
A: Look for evidence across three layers: complete ingestion, correct parser assignment, and working detections or dashboards for each migrated source. If search works but detections do not, the migration is not ready. Operational readiness means the security team can investigate real events without switching tools.
Q: Who is accountable when telemetry loss or parsing errors occur during a SIEM cutover?
A: Accountability sits with the security platform owner, the telemetry engineering team, and the detection engineering function together. The migration is a governance change, not just a technical change, so ownership should include validation criteria, rollback authority, and sign-off for each cutover milestone.
Technical breakdown
Dual-write telemetry pipelines for staged SIEM migration
A dual-write pipeline sends the same telemetry to two destinations at once, which lets teams validate a new SIEM without interrupting the existing one. In OpenTelemetry-style architectures, the collector, processors, and destinations are decoupled, so routing can be changed centrally rather than by rewriting agents everywhere. That separation is what makes a controlled migration possible. The main technical risk is inconsistent parsing or field handling between destinations, because one backend may expect raw logs while another expects normalized events.
Practical implication: preserve the existing SIEM path until the new destination proves ingestion fidelity, queryability, and detection coverage.
Routing logic and destination-level filtering
Routing connectors and filters let teams send different log streams to different backends based on attributes such as log type, region, or business unit. This matters because migration rarely happens uniformly across all sources, and security teams often need to peel off low-risk or well-understood logs first. Destination-level processors make it possible to apply exclusions on one path without changing the other. The architecture is less about moving all telemetry and more about shaping where each class of telemetry should go during the transition.
Practical implication: use attribute-based routing to isolate pilots and cut over one log class at a time.
Parsing, enrichment, and label control for raw log ingestion
Google SecOps expects raw, unparsed logs so its own parsers can classify them correctly. That means the migration path must preserve original log records and set the right log type, namespace, and ingestion labels before data arrives. Processors can also redact sensitive fields or drop unnecessary log types on the SecOps path without changing the Splunk path. This is a data governance problem as much as a transport problem, because the quality of downstream detections depends on the fidelity of the source events.
Practical implication: validate log type labeling and field handling before relying on SecOps detections or dashboards.
NHI Mgmt Group analysis
Parallel migration is the safer security pattern, not a compromise. When teams move telemetry between SIEMs, the real risk is not platform change itself but losing control of detection continuity during cutover. Dual-write lets organisations compare ingestion, query behavior, and parser output before decommissioning the old stack. That pattern aligns with NIST CSF detect and recover thinking because it reduces the chance of a monitoring outage disguised as a migration.
Log routing has become a governance control, not just an engineering detail. Attribute-based routing by source, region, or business unit turns telemetry selection into an explicit policy decision. That is important for identity-heavy logs, where authentication, privileged access, and workload signals need to remain searchable and intact. Teams that treat routing as a temporary workaround often discover that it is the control layer that determines whether investigations stay reliable.
Raw-log expectations create a hidden standardisation burden. If one destination wants parsed events and another wants raw records, the migration has to preserve source fidelity while still applying destination-specific labels and filtering. That creates a practical need for event normalization discipline, even if the organisation is not formalising a new schema programme. The governing concept here is telemetry fidelity, and it should be managed like an operational control.
SIEM consolidation changes the economics of retention and investigation. When a platform offers long searchable retention and higher data-scale tolerance, teams can afford to be less selective about what they keep. That does not remove the need for filtering and privacy controls, but it does reduce the pressure to discard useful telemetry before analysis. Practitioners should re-evaluate retention, access, and data minimisation rules as part of the migration business case.
What this signals
Telemetry migration should be treated as a control migration. If identity, workload, or privileged-access logs are part of the stream, the security team must preserve evidence quality while changing backends. The most practical signal is whether investigations can still reconstruct access events end to end after each staged cutover.
Telemetry fidelity will become a more explicit governance metric. As teams adopt parallel routing and destination-specific processing, they will need a simple way to measure whether raw event structure, labels, and enrichment remain trustworthy across destinations. That discipline matters most where authentication and privileged activity are the primary investigative signals.
The next phase of SIEM modernisation is less about replacing one tool and more about proving that routing, retention, and search controls are stable under change. For identity programmes, that means treating logs as lifecycle assets that need ownership, validation, and offboarding rules.
For practitioners
- Run SecOps in dual-write mode first Keep Splunk active while you mirror telemetry into SecOps, then compare ingestion completeness, search latency, and detection outcomes before any cutover. The safest pattern is parallel validation, not a hard switch.
- Route by log source or business unit Use attribute-based filters and routing connectors to migrate one source class or pilot group at a time, such as a firewall stream, a region, or a business unit. This reduces blast radius and makes rollback simpler.
- Preserve raw logs and set SecOps labels explicitly Enable original log record passthrough where available, then set log type, namespace, and ingestion labels before SecOps ingestion so parsers apply correctly. Mislabelled data can look healthy in transit but fail at detection time.
- Separate destination-specific processing paths Apply redaction, field dropping, or log-type filtering only on the SecOps path when the Splunk path still needs the full stream. That lets you tailor controls per destination without breaking the legacy backend.
- Decommission the old SIEM only after validation milestones Remove the legacy destination after each major log family has been validated for dashboards, detections, and investigations in SecOps. This keeps migration decisions tied to evidence rather than schedule pressure.
Key takeaways
- SIEM migration is safest when the old and new paths run in parallel until the new one proves it can support real investigations.
- Routing and log labeling are governance controls because they decide what evidence survives the cutover and how it is parsed.
- Identity-relevant telemetry needs special handling during migration because access and privilege events are only useful if they remain complete and searchable.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-7 | Telemetry continuity and log monitoring are central to staged SIEM migration. |
| NIST SP 800-53 Rev 5 | AU-6 | Audit review and analysis matter when moving log sources between backends. |
| CIS Controls v8 | CIS-8 , Audit Log Management | The post is fundamentally about preserving and routing audit data correctly. |
| ISO/IEC 27001:2022 | A.8.15 | Logging and monitoring controls apply directly to SIEM migration and retention design. |
Ensure logging and monitoring requirements remain met across both old and new telemetry paths.
Key terms
- Dual-write telemetry: A migration pattern where the same log stream is sent to two destinations at the same time. It allows teams to validate a new platform while keeping the existing one operational, reducing the chance of blind spots during cutover.
- Telemetry integrity: Telemetry integrity is the confidence that logs, metrics, and traces accurately reflect what happened. If an attacker can alter, redirect, or suppress telemetry, the security team may still see data, but it can no longer trust that data for investigation, detection, or compliance evidence.
- Destination-level processor: A processing step applied only to one output path in a telemetry pipeline. It lets teams redact, filter, enrich, or relabel data for a specific backend without changing the behavior of other destinations receiving the same source events.
What's in the full article
Bindplane's full guide covers the operational detail this post intentionally leaves for the source:
- Step-by-step configuration for adding SecOps as a second destination in an existing Bindplane pipeline
- Exact routing examples for moving one log source or one business unit at a time
- Processor configuration guidance for raw log handling, redaction, and SecOps-specific labeling
- Progressive rollout mechanics for validating telemetry before decommissioning Splunk
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, workload identity, and secrets management for practitioners who need stronger control over non-human access. It helps security teams connect identity lifecycle discipline to the operational realities of modern security programmes.
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org