By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: AxoflowPublished April 9, 2026

TL;DR: Cloud telemetry can push SIEM spending up quickly because many environments ingest far more operational noise than security value, and Axoflow argues that filtering before ingestion is the only structural way to reduce cost without breaking detections. The broader lesson is that sampling and post-ingest filtering solve the wrong problem when the SOC still needs complete visibility for rare but consequential events.


At a glance

What this is: This is an independent analysis of why SIEM bills spiral and why pre-ingestion filtering matters more than sampling or post-ingest cleanup.

Why it matters: It matters because IAM, cloud, and SOC teams still depend on complete security telemetry to detect credential abuse, unusual access, and lateral movement without paying to index every benign event.

By the numbers:

👉 Read Axoflow's analysis of how to cut SIEM costs without losing detection coverage


Context

SIEM cost control is ultimately a governance problem, not just a storage problem. When every cloud, endpoint, and infrastructure event is ingested before the SOC decides what matters, teams pay for volume that has no detection value and still risk missing rare attacker activity.

The article is about a cloud and SOC telemetry pipeline, but it has a genuine identity angle because the most expensive and least useful logs often come from automation identities, assume-role activity, and service-generated access patterns. That makes it relevant to IAM, NHI governance, and workload identity oversight as well as SIEM operations.


Key questions

Q: What breaks when teams sample SIEM logs to cut costs?

A: Sampling breaks the basic premise of detection because security events are rare and cannot be treated like averages. A single credential theft, unusual AssumeRole, or lateral movement event can be discarded before the SOC ever sees it. That creates false confidence in lower spend while degrading correlation, incident reconstruction, and alert trust.

Q: Why do automation identities create disproportionate SIEM cost pressure?

A: Automation identities generate highly repetitive telemetry at machine speed, so they can dominate ingestion without adding much investigative value. The problem is not the identity itself but the event pattern around it. If teams do not separate known-good automation from risky access behaviour, they end up paying premium SIEM rates for routine system chatter.

Q: How can security teams tell whether pre-ingestion filtering is working?

A: They should test two things at once: whether billable volume falls, and whether known-bad events still trigger the same detections. A good filter reduces cost by removing repetitive noise, not by thinning out rare security signals. If test cases stop firing, the routing logic has become a blind spot rather than a control.

Q: Who is accountable if a filtered log later turns out to contain an attack signal?

A: The accountable team is the one that owns routing, detection coverage, and validation of the telemetry pipeline, not just the SIEM contract. If an event is filtered away, that is a governance decision with operational consequences. Security leaders need change control, testing, and escalation paths for any classification rule that can suppress evidence.


Technical breakdown

Why ingestion-time cost is the real SIEM constraint

Most SIEM platforms price on ingested volume, which means the economic decision happens before indexing, search, or retention. That matters because post-ingest controls such as index-time filtering and tiering can reduce storage or retrieval cost, but they do not undo the original billing event. In practice, environments dominated by chatty cloud and infrastructure logs create a structural mismatch between what is operationally useful and what is financially billable.

Practical implication: Practitioners need to move filtering ahead of the billing meter, not after it.

How operational noise differs from security signal in cloud logs

Operational noise includes repetitive events such as health checks, readiness probes, routine DescribeInstances calls, and allowed connection records that recur by design. Security signal is rarer and often event-specific, such as suspicious AssumeRole activity, abnormal source geographies, or unauthorized pod creation. The challenge is not volume alone but distinguishing repeatable benign patterns from low-frequency actions that can indicate compromise or policy abuse.

Practical implication: Teams should classify sources by event purpose before deciding what reaches the SIEM.

Why pipeline-first routing changes detection architecture

A pipeline-first model inserts a curation layer between sources and the SIEM. That layer can normalize logs, enrich them, and route known-benign categories to cheaper storage while preserving security-relevant telemetry for correlation and alerting. The architecture only works if classification is validated, because a misrouted event is not merely cheaper data, it is a blind spot that detection content may never see.

Practical implication: Detection engineering must include routing tests, not only parser and rule tests.


Threat narrative

Attacker objective: The attacker aims to use hidden access and incomplete telemetry to persist without triggering detection or response.

  1. Entry occurs through normal cloud and infrastructure telemetry streams, where benign high-volume events sit next to attacker-relevant signals such as suspicious AssumeRole activity.
  2. Escalation happens when sampling or over-aggressive filtering removes the rare access event that would have shown credential abuse or privilege expansion.
  3. Impact is delayed detection, because the SOC no longer has a complete record of the sequence needed to correlate the intrusion.

NHI Mgmt Group analysis

Pipeline-first telemetry is a governance response to SIEM economics, not a license for blind filtering. The central issue is that many SOCs still treat every event as equally worthy of the SIEM, even when 60% to 90% of that volume is routine infrastructure chatter. That is not a detection strategy, it is a billing strategy. The practical conclusion is that security teams must classify telemetry by security relevance before it reaches the correlation layer.

Access events from automation identities are the most important identity bridge in this topic. CloudTrail, Kubernetes audit, and similar logs often concentrate around service accounts, assume-role patterns, and machine-driven access paths. That means SIEM design decisions directly affect NHI governance because those identities are both high-volume and high-risk. The named concept here is telemetry relevance drift: the point at which organisations forget that log volume and log value are not the same thing. Teams should preserve security signal from automation identities while removing repetitive noise.

Sampling is a control failure when the environment is judged by outliers rather than averages. Security events are rare by definition, so any statistical thinning approach introduces a governance assumption that the next malicious action will look like the last benign one. That assumption breaks under credential abuse and lateral movement. The practitioner implication is simple: the control gap is not just storage inefficiency, it is incomplete evidence for incident response and audit.

Pre-ingestion routing increasingly resembles a new layer of security architecture, not an optimisation hack. As cloud estates and machine identities expand, organisations need a curated event path that preserves evidentiary value while controlling cost. This aligns with modern identity governance because access decisions, service account behaviour, and privileged automation all generate telemetry that can be either useful or wasteful depending on where it is routed. The field should treat this as part of identity-aware observability.

What this signals

Telemetry optimisation will become an identity-adjacent control in cloud-heavy environments. As more of the expensive noise comes from service accounts, assume-role chains, and routine automation, teams will need routing policy that understands identity context, not just log format. The practical shift is toward event pipelines that recognise which identities are inherently chatty and which actions require immediate SIEM visibility.

For security programmes, the next planning question is whether classification is being managed like a detection rule or like a governance control. If it is only a cost project, the organisation will likely under-test it. If it is treated as part of identity-aware monitoring, it can reduce spend while preserving evidence for investigations and audit.


For practitioners

  • Classify log sources by security relevance Separate repetitive operational telemetry from events that can indicate credential abuse, privilege escalation, or suspicious access. Start with CloudTrail, VPC Flow Logs, Kubernetes audit events, and Windows security logs, then identify which subtypes are predictable noise and which must stay in the SIEM. Use this classification to define routing rules before any cost optimisation is approved.
  • Validate routing with known-bad identity events Inject test events such as suspicious AssumeRole activity, unauthorized CreateAccessKey activity, and abnormal cross-account access into the pipeline. Confirm that each one still reaches the SIEM and triggers the intended detection logic after classification. This is the fastest way to prove that cost reduction has not created an identity blind spot.
  • Preserve raw telemetry outside the SIEM Keep full-fidelity logs in lower-cost storage before any permanent filtering decision is made. That gives incident responders a backstop when a routed event later becomes relevant and supports reclassification if attacker behaviour does not match the original noise model. In practice, this is the difference between cheaper retention and irreversible loss.
  • Measure detection coverage alongside spend Track ingestion volume, billable usage, alert fidelity, and mean time to investigate during the pilot period. Cost reduction is only defensible if the same test cases still fire and the SOC can still reconstruct the attack path from retained evidence. Finance outcomes and detection outcomes need to move together.

Key takeaways

  • SIEM cost problems are usually ingestion problems, not retention problems.
  • Sampling and post-ingest filtering save money only when they do not remove rare security events from detection coverage.
  • Identity-aware routing is becoming part of modern SOC governance because automation identities generate both the most noise and some of the most important signals.

Standards & Framework Alignment

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

MITRE ATT&CK and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0DE.CM-1Continuous monitoring is central to deciding what telemetry stays in the SIEM.
NIST SP 800-53 Rev 5AU-6Audit review and analysis depend on retaining the right events, not all events.
MITRE ATT&CKTA0006 , Credential Access; TA0008 , Lateral MovementThe article's examples hinge on missing rare credential-abuse and movement signals.
OWASP Non-Human Identity Top 10NHI-03Automation identities and service-account telemetry are part of the NHI governance surface.

Use NHI-03 to ensure filtering does not hide service-account abuse or stale credential activity.


Key terms

  • Ingestion-time filtering: A control pattern that removes or reroutes data before a SIEM bills for it. It differs from index-time filtering because the cost decision happens upstream, so it can reduce spend without changing retention strategy if the routing logic is accurate.
  • Operational noise floor: Operational noise floor is the background level of traffic, alerts, and errors that teams must tolerate before something stands out as unusual. When the noise floor rises, detection becomes harder and security controls need stronger duration-based and context-aware logic.
  • Security Telemetry: The logs, events, and configuration data that let defenders understand and prove what happened in a system. For SaaS governance, telemetry is what turns an application from a black box into something the security team can review, alert on, and investigate.
  • Telemetry Drift: Telemetry drift is the gradual divergence of data formats, ingestion rules, or routing behaviour across sources and tenants. It creates hidden operational risk because the pipeline still runs, but the assumptions behind parsing, enrichment, and compliance are no longer consistent.

What's in the full article

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

  • Step-by-step pipeline design for routing CloudTrail, Kubernetes, Windows, and flow logs before SIEM ingestion
  • Worked examples of operational-versus-security log classification across high-volume sources
  • Practical validation steps for proving that known-bad identity events still trigger detections after filtering
  • Deployment considerations for edge buffering, normalization, and low-cost storage tiers

👉 The full Axoflow guide covers pipeline architecture, routing trade-offs, and validation steps in more operational detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It gives practitioners a practical identity lens for building controls that scale beyond human access models.
NHIMG Editorial Note
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