Base the decision on investigative value, detection use cases, and retention requirements, not on habit. If events are searched rarely but retained for policy reasons, move them to lower-cost storage and keep only the telemetry that actively supports alerting, correlation, or identity investigations in the SIEM.
Why This Matters for Security Teams
SIEM storage decisions are rarely about cost alone. They shape what analysts can find quickly, what alerts can be correlated, and how long evidence remains usable during incident response, audit, and legal review. A log source that supports active detections belongs close to the analyst workflow. A source kept only to satisfy retention policy can often move to cheaper storage without weakening security outcomes. NIST’s NIST SP 800-53 Rev 5 Security and Privacy Controls is useful here because it distinguishes control objectives from implementation choices.
The practical mistake is treating the SIEM as the default archive for everything, then discovering that search latency, ingestion fees, and noisy telemetry make investigations harder instead of easier. Security teams also overestimate how much historical data they truly use in detections, especially when logs are not tied to a named use case. The question is not whether the data is valuable in a broad sense. The question is whether it is valuable inside the SIEM’s detection, correlation, and response window.
In practice, many security teams encounter log sprawl only after retention costs rise or an incident has already exposed gaps in investigative coverage.
How It Works in Practice
The cleanest method is to classify each log source by purpose before deciding where it belongs. Start with three questions: does the data drive an alert, does it support correlation across systems, and does it help investigators answer a likely question during an incident? If the answer is yes to any of those, the SIEM usually needs at least a filtered or normalized copy. If the answer is mostly no, the source may belong in object storage, a data lake, or an archive platform with search on demand.
Teams should also distinguish between raw logs and enriched telemetry. The SIEM often needs a smaller, higher-value subset, such as authentication failures, privilege changes, process creation, or cloud control-plane events. Bulk records, verbose application logs, and long-tail audit data can often be retained elsewhere if they can be rehydrated quickly when needed. That approach aligns with the control intent in NIST SP 800-53 Rev 5 Security and Privacy Controls without forcing every record into the same tier.
A practical workflow is:
- Map each log source to one or more detection or investigation use cases.
- Tag logs that support identity investigations, privilege abuse, or lateral movement as high-value.
- Set retention by regulatory and forensic need, not by ingestion convenience.
- Keep only the fields needed for correlation, alerting, and search efficiency inside the SIEM.
- Move low-frequency logs to lower-cost storage with documented retrieval and integrity checks.
Teams should also validate how quickly archived logs can be restored and searched. If retrieval takes too long, the archive is not operationally equivalent to retention in the SIEM. For cloud and enterprise environments, detection engineering guidance from MITRE MITRE ATT&CK helps identify which telemetry is worth keeping hot because it maps to repeatable attacker behaviours. These controls tend to break down when log ownership is fragmented across teams because no one maintains a shared use-case map.
Common Variations and Edge Cases
Tighter SIEM filtering often reduces storage and query costs, requiring organisations to balance analyst speed against long-term retention and reprocessing overhead. That tradeoff becomes sharper in regulated environments, where some logs are kept primarily for evidence rather than real-time detection. Current guidance suggests separating “hot” security telemetry from “cold” compliance storage, but there is no universal standard for how much should remain in the SIEM.
Identity-heavy environments are a common edge case. Authentication logs, privileged session events, and admin activity often deserve premium placement because they underpin account compromise investigations and privilege misuse analysis. For that reason, identity telemetry sometimes stays in the SIEM even when other application logs move out. Where automation or AI-assisted triage is involved, teams should also preserve the telemetry needed to explain why a rule fired, not just the final alert outcome. That matters for review, tuning, and auditability.
Archival decisions can also differ by environment. In multi-tenant cloud estates, control-plane logs may need to stay searchable longer than workload logs because they reveal account-level changes. In high-volume SaaS or developer environments, verbose debug logs may be best excluded from the SIEM entirely unless they are explicitly tied to a detection hypothesis. The right balance is the one that preserves investigative utility while avoiding an expensive repository for everything.
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 set the technical controls, and PCI DSS v4.0 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM | Log placement affects continuous monitoring and event visibility. |
| MITRE ATT&CK | T1078 | Valid account abuse often depends on authentication and privilege logs. |
| PCI DSS v4.0 | 10 | Payment environments require strong logging and retention discipline. |
Keep identity and access telemetry searchable when it supports account-abuse detection.
Related resources from NHI Mgmt Group
- How should security teams decide whether to keep a legacy SEG or move to an API-based email security model?
- How should security teams decide whether to keep a managed SOC or move to AI-assisted investigations?
- How should security teams decide whether to keep VDI or move to an enterprise browser?
- How should IAM teams decide whether to keep ADFS in their architecture?