They charge for ingestion before teams know whether the data is useful, so organisations either pay to index noise or suppress logs and create blind spots. The coupling also makes rule maintenance fragile when schemas drift. Cost pressure and detection quality collapse together because the architecture forces both decisions too late.
Why This Matters for Security Teams
Monolithic SIEMs create a structural conflict between economics and visibility. Once ingestion is the primary billing unit, every additional source becomes a budget decision rather than a security decision. That pushes teams toward selective logging, delayed onboarding, or aggressive filtering before they understand whether a source supports detection, investigation, or compliance. The result is often not just higher spend, but weaker signal quality and less reliable alerting.
This matters because detection engineering depends on stable data contracts. When schemas change, parsers break, correlation logic loses context, and rules that once worked begin to fail quietly. The issue is not simply volume. It is that the platform makes data retention, parsing, enrichment, and alerting interdependent in a way that is hard to govern. NIST guidance in the NIST Cybersecurity Framework 2.0 emphasizes outcomes around detection, response, and continuous improvement, but those outcomes are difficult to achieve when cost controls suppress the very telemetry needed to meet them.
In practice, many security teams discover the real weakness only after an investigation stalls because the required logs were never retained, indexed, or parsed correctly.
How It Works in Practice
The problem starts with the ingestion model. Traditional SIEMs usually charge by volume, so teams optimise for fewer bytes instead of better detections. That creates a workflow where log sources are triaged by price, not by investigative value. High-value sources may be truncated, sampled, or disabled, while lower-value sources remain because they are easier to ingest. Detection then becomes dependent on whatever survived the cost gate.
Operationally, that breaks down in three places. First, normalisation depends on stable schemas, but cloud, identity, endpoint, and SaaS telemetry change constantly. Second, enrichment often happens after ingestion, so every query pays for data that may never be used. Third, rule maintenance becomes brittle because field names, event categories, and timestamps differ across sources and vendors. NIST’s NIST SP 800-53 Rev 5 Security and Privacy Controls is helpful here because it reinforces the need for auditable logging, monitoring, and incident response controls rather than “log everything” as a blanket strategy.
- Prioritise telemetry by detection value, not by source popularity.
- Separate security coverage decisions from storage and indexing costs where possible.
- Define parsing and schema ownership for each critical data source.
- Test alert logic against real schema drift, not only against lab data.
- Track which detections depend on which sources so blind spots are visible.
These controls tend to break down in environments with frequent application releases and unmanaged SaaS integrations because schema drift outpaces parser and rule maintenance.
Common Variations and Edge Cases
Tighter ingestion controls often reduce spend but increase the risk of missing low-frequency, high-impact events, so organisations have to balance affordability against investigative completeness. That tradeoff is especially sharp in cloud-first or identity-heavy environments where the best signals are often spread across many systems.
There is no universal standard for where to draw the line between “store everything” and “store only what is useful.” Current guidance suggests aligning retention and detection design to business risk, not to the SIEM vendor’s billing model. In mature programmes, teams may route raw telemetry to cheaper storage, index only high-value fields, and keep the SIEM focused on correlation and response. That approach can work, but only if searchability, chain of custody, and incident timelines are preserved.
This is also where identity and privilege telemetry matters. If the organisation cannot reliably see authentication changes, privileged actions, or service-account activity, the SIEM will miss the events that often precede lateral movement or abuse of valid accounts. The right question is not whether every log belongs in the SIEM, but whether each control objective still has enough evidence to support detection and investigation. In environments with highly dynamic ephemeral infrastructure, even well-designed pipelines can struggle because event identity, context, and asset ownership change faster than correlation logic can keep up.
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 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-1 | Continuous monitoring depends on usable telemetry, not just collected logs. |
| NIST SP 800-53 Rev 5 | AU-2 | Audit event selection is central to cost and visibility tradeoffs. |
Align SIEM design to continuous monitoring outcomes and verify coverage for critical assets.
Related resources from NHI Mgmt Group
- Why do high-volume flow feeds create security and budget problems at the same time?
- Why do shadow IT apps create identity and spend risk at the same time?
- Why do headless browsers create account takeover and scraping risk at the same time?
- Why do manipulated browsers create problems for fraud detection?