By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: DataBahnPublished June 23, 2026

TL;DR: Legacy SIEMs become expensive by default when teams route every log source there without a classification framework, even though 70 to 90 percent of enterprise log volume is often low-value noise according to DataBahn. The real governance shift is to decide routing by detection latency, retention need, and query pattern, then treat enrichment as the mechanism that makes those decisions defensible.


At a glance

What this is: This article argues that telemetry routing should be designed, not defaulted, and that pre-SIEM enrichment is the control that lets teams separate detection-worthy events from storage-only data.

Why it matters: It matters because IAM, NHI, and broader security programmes all depend on placing identity and security events where they can be detected quickly without burying the SIEM under low-value volume.

By the numbers:

  • routine firewall allow events, infrastructure health checks, and verbose application debug output collectively account for 70 to 90 percent of total log volume in a typical enterprise environment.
  • 17 minutes.
  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.

👉 Read DataBahn's analysis of pre-SIEM telemetry routing and enrichment


Context

Legacy SIEM routing fails when every new log source is sent to the same place by habit instead of by purpose. That turns the SIEM into a storage tier for telemetry that has no practical detection value, while the events that do matter are forced to compete with noise. For identity-heavy environments, the issue is especially clear because authentication, privilege, and access events need fast handling, while bulk operational logs usually do not.

Pre-SIEM enrichment is the bridge between raw telemetry and sensible routing. By attaching context before ingestion, teams can distinguish routine logs from events that need hot correlation, long-retention evidence, or no security storage at all. The same decision-making logic applies across SIEM, NHI governance, and cloud security programmes because the cost problem is really a control problem.


Key questions

Q: How should security teams decide what goes to the SIEM versus cold storage?

A: Use three criteria: how quickly the event must be observed, how long it must be retained, and how often analysts will query it. If the value is mainly forensic or compliance-driven, put it in cold storage. If it needs rapid correlation or alerting, keep it in the SIEM. Everything else should be filtered, aggregated, or dropped upstream.

Q: Why do identity and privilege events deserve different routing from routine logs?

A: Identity and privilege events often have low volume but high security consequence. Failed logins, account changes, and PAM session initiations can reveal abuse quickly, while routine application debug data usually cannot. When those signals are buried in general telemetry, the SOC pays more for storage but gets slower detection.

Q: What breaks when enrichment happens after ingestion instead of before it?

A: The SIEM has already charged you for the event before context can influence the decision. That means analysts inherit raw telemetry, context arrives late, and routing becomes an afterthought. Upstream enrichment lets teams classify the event first, then decide whether it deserves expensive indexed retention.

Q: Who is accountable for routing and retention decisions in a security pipeline?

A: Accountability should sit with the team that owns security data architecture, usually shared between security engineering, SOC leadership, and data platform teams. The decision cannot be left to source owners by default. Governance needs a documented policy for routing, retention, and review so the SIEM is used for detection, not habit.


Technical breakdown

How routing logic separates detection data from storage data

The core mistake in legacy telemetry pipelines is treating destination as a fixed property of the source. A log type is not automatically SIEM-worthy because it exists. The decision should depend on three variables: how quickly it must be observed, how long it must be retained, and how often analysts will query it. Pre-SIEM enrichment makes that decision usable by attaching identity, asset, and threat context before routing. That turns raw volume into classified telemetry rather than an undifferentiated stream. In practice, this is what lets teams keep high-value identity events hot while pushing forensic or compliance data into cheaper storage.

Practical implication: classify each log source before ingestion and route only latency-sensitive, correlation-rich events to the SIEM.

Why enrichment timing determines whether context has any value

Enrichment at rest means the SIEM already paid the ingestion cost before context arrived. Enrichment in stream means the data is still in motion when identity resolution, geolocation, asset ownership, or threat intelligence are attached. That distinction matters because the enrichment result can influence routing itself. If a login attempt is tied to a privileged account, it may deserve full retention. If the same event resolves to a known internal device and ordinary behaviour, cold storage may be sufficient. In other words, enrichment is not a reporting layer. It is the mechanism that makes storage tiering defensible.

Practical implication: move enrichment upstream so routing decisions happen before the SIEM bills you for the event.

What headless security architecture changes in practice

Headless security architecture shifts the SIEM away from warehousing and toward detection. Raw logs stay available in a data lake or object store for investigation and compliance, while the SIEM handles the smaller set of alerts and correlated events that need immediate action. This is especially useful for noisy sources such as DNS, VPC flow, and SaaS audit trails, where the investigative value is real but the real-time value is limited. The architectural pattern works only if pipeline logic can promote specific events from bulky sources without promoting everything. That requires filtering rules, enrichment, and routing controls to work together.

Practical implication: design a pipeline that can promote high-value events from noisy sources without forcing full-volume SIEM ingestion.


Threat narrative

Attacker objective: The attacker objective is to create enough telemetry noise and delay that meaningful identity or infrastructure activity is harder to detect in time.

  1. Entry occurs when high-volume telemetry, such as verbose debug logs or repeated allow events, is ingested without a routing decision and starts consuming the SIEM by default.
  2. Escalation happens when the volume crowding hides identity and cloud events that actually need real-time correlation, effectively degrading detection capability.
  3. Impact is delayed response, higher licensing cost, and slower investigations because the SIEM is being used as an expensive archive instead of a detection layer.

NHI Mgmt Group analysis

Routing telemetry by habit is a governance failure, not an engineering shortcut. The article shows that teams often default to the SIEM because no one has defined a triage framework for new log sources. That creates a classification problem that compounds over time and pushes low-value data into expensive detection infrastructure. For identity programmes, the same pattern appears when authentication and privilege events are mixed with routine operational logs. The practical conclusion is that routing policy must be explicit, reviewed, and tied to security value, not historical convenience.

Pre-SIEM enrichment is a control decision that changes the economics of detection. Once context is attached before ingestion, teams can distinguish events that deserve indexed retention from those that only need retrievable storage. That matters across IAM, PAM, and NHI monitoring because identity events are only useful at scale if the right ones reach analysts quickly. The article’s core insight is that enrichment and filtering are not separate activities. They are one control plane for deciding what the SIEM should see.

Identity events are the natural test case for smarter telemetry routing. Failed authentications, privilege changes, PAM session starts, and cloud IAM modifications are low-volume but high-consequence events. They should not be buried under application debug output or repetitive network noise. This is where log triage debt becomes visible: the longer teams delay classification, the more expensive and less responsive their security stack becomes. Practitioners should treat identity telemetry as priority signal and design the pipeline around that assumption.

Cold storage is not a downgrade when the use case is forensic or compliance-driven. The article correctly separates retention from detection, which many teams still conflate. Compliance mandates require durable storage, not necessarily indexed SIEM retention. That distinction matters for NHI governance because secrets, access trails, and administrative events often need evidence retention without real-time correlation. Teams that accept this split can reduce noise without weakening auditability.

The market signal is moving toward pipeline-first security architecture. Security teams are no longer only buying detection tools. They are being forced to define where context is created, where decisions are made, and which data deserves premium treatment. That favours architectures that combine enrichment, classification, and routing before storage. For practitioners, the implication is clear: the SIEM should be one consumer of security data, not the default home for everything.

What this signals

Log triage debt is becoming a material control weakness because teams are still sending telemetry to the SIEM by default instead of by value. Once that pattern is established, every new source increases cost and reduces detection clarity, which means routing policy becomes as important as correlation rules. For identity-heavy programmes, this is a direct reminder that privileged and authentication events should be promoted deliberately, not inherited from legacy ingestion habits.

The operational signal for practitioners is a shift toward pipeline ownership. Security teams should expect more pressure to prove why a log source belongs in premium detection storage and to demonstrate where enrichment happens in relation to ingestion. That aligns naturally with the NIST Cybersecurity Framework 2.0 and the security control discipline in NIST SP 800-53 Rev 5 Security and Privacy Controls, where control quality depends on the implementation path, not only the policy statement.


For practitioners

  • Define a telemetry classification policy Create routing rules that score each log source against detection latency, retention requirement, and analyst query frequency before it reaches the SIEM.
  • Promote identity and privilege events first Ensure failed logins, account lockouts, privilege changes, and PAM session starts reach indexed detection storage while bulk operational logs go elsewhere.
  • Move enrichment ahead of ingestion Attach identity, asset, and threat context in the pipeline so the event can be routed to SIEM or cold storage with evidence already available.
  • Separate forensic retention from real-time detection Keep raw logs in lower-cost storage for investigations, but reserve the SIEM for events that need rapid correlation and alerting.
  • Measure log volume by value, not by source count Review which log families have never supported a detection rule and which have compliance-only value, then drop or aggregate the rest upstream.

Key takeaways

  • The article’s core warning is that SIEM overload is usually a classification failure, not just a cost problem.
  • High-value identity and cloud events need upstream enrichment and routing, because storing everything at SIEM price degrades detection and response.
  • Practitioners should treat telemetry routing as a governed control plane, with clear criteria for SIEM, cold storage, and upstream dropping.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK address the attack surface, NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.DS-4The article centers on deciding how security data is stored and retained.
NIST SP 800-53 Rev 5AU-6Audit review and analysis depend on promoting only the right events to indexed storage.
CIS Controls v8CIS-8 , Audit Log ManagementAudit log management is directly affected by source classification and retention decisions.
ISO/IEC 27001:2022A.8.15The article is about log management, retention, and analysis of security events.
MITRE ATT&CKTA0007 , Discovery; TA0010 , ExfiltrationThe article references investigative value for lateral movement and exfiltration detection.

Classify telemetry by retention and detection need, then route it to the appropriate security storage tier.


Key terms

  • Pre-SIEM Enrichment: Pre-SIEM enrichment is the process of attaching security context to telemetry before it reaches the SIEM. That context can include identity data, asset ownership, geolocation, or threat intelligence, allowing teams to make a routing decision before they pay indexed-storage costs.
  • Log Triage Debt: Log triage debt is the accumulation of telemetry that has been routed without a clear security purpose. Over time, it increases SIEM cost, slows searches, and makes important signals harder to distinguish from operational noise.
  • Cold Storage: Cold storage is lower-cost, non-indexed retention used for data that must be kept for compliance or forensics but does not need immediate correlation. In security operations, it preserves evidence without forcing every event into expensive real-time detection workflows.
  • Headless Security Architecture: Headless security architecture is a model where the SIEM is no longer the central repository for all logs. Instead, the pipeline handles filtering, enrichment, and routing, while cheaper storage holds raw data for later retrieval and the SIEM focuses on active detection.

What's in the full article

DataBahn's full article covers the operational detail this post intentionally leaves for the source:

  • Step-by-step routing criteria for specific log families, including when to promote, archive, or drop them.
  • Pipeline-level enrichment examples that show how context changes storage decisions before ingestion.
  • Practical guidance on how to reduce SIEM volume without losing forensic fidelity or compliance retention.
  • Implementation patterns for edge filtering, aggregation, and enrichment in production telemetry pipelines.

👉 DataBahn's full article covers log-source decision rules, enrichment timing, and storage-tier trade-offs.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, secrets management, and workload identity. It gives practitioners a shared control vocabulary for reducing exposure windows across identity programmes.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 1, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org