Join our Newsletter — 33% off our NHI Course

What do security teams get wrong about log strategy and detection engineering?

Teams often assume that collecting more logs automatically improves security. In practice, the value comes from selecting high-value sources, routing them efficiently, and aligning detections to real threats. A weak log strategy creates noise, wastes storage and pipeline budget, and hides the signals that matter most to analysts and incident responders.

Where Log Strategy Goes Wrong Before Detection Engineering Even Starts

Security teams usually do not fail because they lack log volume. They fail because they treat logging as a collection problem instead of a detection problem. When the source mix is unfocused, the telemetry pipeline fills with low-value events, analysts spend time triaging benign noise, and responders lose confidence in the signals they do see. The better question is not how much to collect, but which events support prevention, investigation, and response across the real attack paths your organisation faces. The NIST Cybersecurity Framework 2.0 is useful here because it frames observability as part of a broader security outcome, not a standalone engineering task. In practice, many security teams discover their logging gaps only after an incident reveals that the right events were never being captured at all.

detection engineering also goes wrong when teams build rules before they understand the data they can reliably trust. A detection that depends on sparse, delayed, or inconsistently formatted logs will look elegant on paper and fail under operational pressure. Good log strategy therefore starts with business-critical systems, identity and access events, administrative actions, and the paths an attacker is most likely to abuse. It then asks what must be retained, normalised, enriched, and monitored so that detections can be both specific and supportable.

How Log Strategy Supports Reliable Detection

Effective log strategy is the foundation layer beneath detection engineering. It defines what is collected, at what fidelity, how quickly it arrives, how long it is kept, and whether the data can actually be queried in a useful way. Detection engineering then turns that telemetry into rules, correlations, behavioural analytics, and response logic. If the strategy is weak, the detection work becomes fragile because the underlying evidence is incomplete, inconsistent, or too expensive to retain.

The practical mistake is to optimise for event count instead of decision value. High-value sources are those that help answer a security question quickly: who authenticated, what changed, what privileged action occurred, what process executed, and what network or cloud control was touched. Teams should be especially careful with coverage gaps around privileged activity, authentication events, cloud control plane actions, endpoint execution, and administrative changes, because these are often the earliest reliable indicators of misuse.

  • Collect logs that support both prevention and investigation, not only alerting.
  • Normalise time, identity, host, and source fields so detections can correlate events.
  • Retain enough history to compare present behaviour against prior baselines.
  • Validate that detections can be reproduced from the retained data, not from assumptions.

Detection content should follow the available telemetry, not the other way around. If a team wants to detect privilege abuse, for example, it needs consistent records of privileged logons, token use, role changes, and administrative commands. If it wants to detect lateral movement, it needs endpoint and authentication telemetry that can be joined across systems. Where organisations lack that data, they often compensate with broad rules that are noisy, brittle, or impossible to tune. This is where log strategy and detection engineering must be treated as one discipline rather than two separate projects.

The guidance breaks down when teams try to extend detections into systems that do not emit trustworthy, time-synchronised, or sufficiently contextualised events.

Common Log and Detection Failures Teams Underestimate

Tighter logging often increases cost and operational friction, so organisations need to balance visibility against retention, pipeline capacity, and analyst usability.

One common failure is overcollecting from low-value systems while undercollecting from the ones that matter most. Another is assuming that any centralised log platform automatically improves detection, even when field quality, parsing, and correlation rules are poor. A third is using detections that are technically correct but operationally useless because they cannot distinguish a normal administrative workflow from a malicious one. Industry guidance is not fully consistent on the exact boundary between “enough telemetry” and “too much telemetry,” because that threshold depends on architecture, threat model, and response maturity.

Teams also underestimate how quickly logging strategy becomes a governance issue. If ownership, retention, and access to logs are unclear, the environment can end up with blind spots, uncontrolled cost growth, or investigation delays. The strongest programmes define which data is mandatory, who owns each source, how schema changes are managed, and what minimum evidence is required for priority detections.

Detection engineering fails most often when teams chase clever rules before they stabilise the underlying data model.

Risk and Threat Considerations

Poor log strategy creates both operational and adversarial risk. It weakens detection coverage, hides attacker behaviour, and makes incident response slower and less certain. The highest exposure comes when organisations rely on logs that are incomplete, poorly normalised, or retained for too short a period to support investigation.

Failure mechanism: Attackers benefit when telemetry gaps, inconsistent schemas, or weak retention prevent defenders from correlating authentication, privilege, and execution events. In that condition, alerting becomes noisy, triage becomes guesswork, and suspicious activity can blend into normal administrative churn or disappear before review.

Impact: The result is delayed detection, reduced confidence in alerts, longer dwell time, and a weaker ability to reconstruct what happened during an incident. Over time, this also erodes trust in the detection programme itself, which leads teams to mute alerts or ignore sources that should have been high value.

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 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM-01 — Monitoring for anomalous activity Log strategy must enable continuous monitoring and meaningful signal detection.
DE.AE-02 — Anomalous activity analyzed and understood Detection engineering exists to turn collected logs into understood security signals.
RS.AN-01 — Notifications from detection systems are investigated Poor logging degrades the investigations that depend on alerts and evidence.
Recommendation — Prioritise telemetry that supports continuous anomaly monitoring and investigation. Tune detections to explain and validate anomalies rather than just alert on volume. Ensure alert data is sufficient for analysts to investigate and confirm incidents.
CIS Controls v8 8.2 — Central Log Management The question centers on choosing and routing logs efficiently for security use.
8.5 — Audit Log Management Detection engineering depends on retention, integrity, and usable audit records.
Recommendation — Centralise the logs that materially support detection, response, and audit needs. Set retention and integrity rules so audit logs remain usable for investigation.
MITRE ATT&CK T1070 — Indicator Removal on Host Weak logging and retention can leave defenders blind to attacker cleanup activity.
Recommendation — Map detections to host and log-clearing behaviours and monitor for evidence loss.

Practitioner Guidance

What to prioritise: Start with the telemetry that proves identity, privilege, execution, and control-plane change, because those event classes usually carry the most investigative value.

What to verify: Confirm that each high-value source can be searched, correlated, and retained long enough to support both detections and incident review. If the data cannot answer a concrete security question, it is not yet a useful logging source.

Decision rule: If a proposed log source does not map to a known threat path, an investigation need, or a regulatory evidence need, treat it as optional rather than defaulting to collection.

What practitioners underestimate: Schema consistency and time quality matter as much as source selection. Without them, even well-chosen logs can fail when analysts try to reconstruct sequence and causality.

Practitioner takeaway: The best log strategy is measured by how reliably it supports detection and investigation under pressure, not by how many events it stores.