Subscribe to the Non-Human & AI Identity Journal

Why do SIEM costs keep rising even after tuning?

Because tuning inside the SIEM acts after ingestion, when storage, parsing, and transport costs are already incurred. If the upstream pipeline still sends noisy, duplicate, or low-value data, downstream suppression only masks the problem. Real cost control comes from reducing or reshaping telemetry before it is paid for by the SIEM.

Why This Matters for Security Teams

SIEM spend is often treated as a tuning problem, but recurring cost growth usually signals a telemetry design problem. Once data has been collected, normalised, indexed, enriched, and retained, most of the economic damage is already done. That is why suppressing alerts or trimming dashboards rarely changes the bill in a meaningful way. Security leaders need to distinguish operational noise from upstream data excess, especially when compliance, hunting, and incident response teams all want broad visibility.

For control planning, the most useful lens is not just detection quality but data governance across the pipeline. NIST SP 800-53 Rev 5 Security and Privacy Controls is a practical reference point because it ties monitoring, logging, and retention decisions to broader control objectives rather than to tool usage alone. The real question is whether each source, field, and retention rule supports a defined investigative or regulatory need. In practice, many security teams encounter SIEM inflation only after a major log source, cloud workload, or endpoint rollout has already multiplied ingest volume.

How It Works in Practice

Effective cost control starts before events reach the SIEM. Security teams should classify telemetry by value, then decide what must be collected in full, what can be filtered at source, and what should be summarised, sampled, or routed elsewhere. High-value sources usually include identity events, privileged activity, cloud control plane logs, and incident-specific application data. Lower-value sources often generate volume without improving detection, such as repeated health checks, routine success events, or duplicate forwards from multiple collectors.

This is where SOC engineering and platform architecture intersect. A well-run pipeline uses edge filtering, parser hygiene, field normalisation, and retention tiering to reduce repeated processing. SIEM tuning still matters, but it should follow source management. If the ingestion layer cannot distinguish actionable telemetry from background chatter, every downstream rule, dashboard, and search becomes more expensive to operate.

  • Set a logging standard that defines required, optional, and ephemeral telemetry per source.
  • Measure cost by source, not only by tenant or business unit.
  • Route bulk evidence to cheaper storage when search latency is not required.
  • Use detection engineering to retire rules that depend on low-signal data.
  • Review authentication, privilege, and cloud control plane logs first, because they tend to yield the highest investigative value.

For implementation detail, the logging and monitoring expectations in CISA guidance on managed security and telemetry practices help frame what needs to be visible versus merely retained. The key operational discipline is to place collection controls as close to the source as possible, then validate that the SIEM is not acting as an expensive holding area for data that no one uses. These controls tend to break down in multi-cloud environments with inconsistent log schemas and duplicate forwarding because every platform team optimises its own telemetry without owning the shared bill.

Common Variations and Edge Cases

Tighter telemetry filtering often lowers cost but increases the risk of missing edge-case evidence, so organisations must balance savings against forensic depth. There is no universal standard for how much raw data should be preserved, and the right answer depends on regulatory obligations, threat model, and incident response maturity.

In some environments, especially finance, healthcare, and critical infrastructure, retention rules may require keeping more data than day-to-day detection needs. In others, the bigger issue is duplicate collection from endpoint agents, cloud-native services, and third-party integrations all forwarding the same event. That is where cost spikes can appear even after rule tuning, because the SIEM is paying multiple times for equivalent evidence. Best practice is evolving toward tiered observability, where high-signal events stay searchable and low-value bulk data moves to lower-cost storage or a separate analytics path.

Identity and privilege data deserve special treatment. Authentication failures, admin actions, token issuance, and service account activity often carry both security and identity-security value, so trimming them too aggressively can weaken investigations. Teams should also be cautious with AI-assisted summarisation of logs: it can help triage, but it should not replace authoritative event retention or source-of-truth logging. When costs keep rising despite tuning, the usual failure point is not the correlation rule set, but an unchanged ingestion contract that still treats every event as equally worth paying for.

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 and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM Continuous monitoring depends on telemetry that is useful, not just voluminous.
MITRE ATT&CK T1078 Credential abuse detection relies on identity and privilege logs with real signal.

Align log collection to monitored assets and events that support detection and response.