Join our Newsletter — 33% off our NHI Course

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.

Expanded Definition

Ingestion-time filtering is the point in a data pipeline where security telemetry is accepted, discarded, sampled, or rerouted before a SIEM commits to storage and billing. For NHI Management Group, the important distinction is that the decision happens at the pipeline edge, not after events have already been indexed. That makes it a governance and cost-control pattern, but also a data-quality decision because the organisation is choosing which signals remain available for detection, investigation, and compliance evidence.

Definitions vary across vendors because some tools treat this as source-side parsing, while others treat it as routing logic in a log collector or broker. In practice, the term is used most precisely when the filtering condition is evaluated before the SIEM’s chargeable ingestion step, even if the event later lands in a different analytics store. That distinction matters when teams need to preserve high-value identity, authentication, or NHI activity while excluding noisy debug telemetry. Guidance from the NIST Cybersecurity Framework 2.0 is relevant here because it emphasises data handling, monitoring, and governance outcomes rather than a single product workflow.

The most common misapplication is treating ingestion-time filtering as a harmless cleanup step, which occurs when teams remove records before confirming that the discarded data will not weaken detection or auditability.

Examples and Use Cases

Implementing ingestion-time filtering rigorously often introduces a tradeoff between lower SIEM spend and the risk of losing context that security analysts later need, requiring organisations to weigh operational efficiency against investigative fidelity.

  • A security team routes high-volume DNS debug logs away from the SIEM while preserving authentication events and privilege changes tied to human and non-human identities.
  • An organisation filters duplicate cloud audit events at the collector so only one normalised copy reaches the SIEM, reducing chargeable volume without changing retention policy.
  • A SOC keeps failed login attempts from production systems but drops known health-check noise from application monitors that would otherwise distort alert tuning.
  • An NHI governance team preserves secret access, token issuance, and service-account activity, while excluding low-value application traces that do not support incident review.
  • A log pipeline reroutes sensitive records into a separate archive or data lake for compliance review while sending only detection-relevant metadata into the SIEM.

Well-designed filtering usually depends on predictable schemas, stable source classification, and clear ownership of what is considered security-relevant. The NIST CSF is useful as a governance anchor because it frames logging and monitoring as part of broader risk management, while operational teams may also reference CISA logging and detection guidance when deciding what must remain visible.

Why It Matters for Security Teams

Security teams care about ingestion-time filtering because it shapes both the economics and the integrity of detection pipelines. If the filtering rules are too broad, the organisation may save money but quietly remove evidence needed for threat hunting, identity forensics, or compliance investigations. If the rules are too narrow, the SIEM continues to ingest noisy data and cost pressure can eventually force reactive cuts elsewhere. In identity-heavy environments, this is especially sensitive because authentication records, privileged actions, and NHI activity often carry the clearest trace of abuse.

This term also intersects with agentic AI and automation governance when autonomous systems generate high-volume telemetry or when routing logic itself is driven by rules, models, or workflow orchestration. Teams should ensure that any ingestion gate is auditable, reversible, and documented, especially when it handles secrets, service accounts, or API-driven workloads. The NIST Cybersecurity Framework 2.0 supports that risk-based approach, and it aligns well with CISA log management guidance where monitoring decisions must remain defensible.

Organisations typically encounter the real consequences only after an investigation fails to reconstruct an attack path, at which point ingestion-time filtering becomes operationally unavoidable to review and correct.

Standards & Framework Alignment

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

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

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM-01 Logging and monitoring outcomes depend on what telemetry is preserved for detection.
NIST SP 800-53 Rev 5 AU-5 Audit log management covers limiting, processing, and preserving log data appropriately.
NIST SP 800-63 Identity events such as authentication and authenticator use are key evidence sources.
OWASP Non-Human Identity Top 10 NHI telemetry is often filtered; losing it can hide service-account misuse or secret abuse.

Retain the events needed for detection and verify filtering does not erase critical monitoring signals.