By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: SawmillsPublished February 19, 2026

TL;DR: AI-led telemetry management cut observability spend by 50% to 80% across its customer base while reducing noisy, low-quality data that slows incident response, according to Sawmills. The broader lesson is that telemetry governance is now a control problem, not just a data-volume problem, because signal quality directly shapes detection, response, and cost.


At a glance

What this is: This is Sawmills’ year-one recap of using AI to reduce observability waste, improve telemetry quality, and cut customer spend.

Why it matters: It matters to security and platform teams because telemetry quality and collection discipline affect detection speed, incident response, and the operational cost of running modern observability estates.

By the numbers:

👉 Read Sawmills’ year-one analysis of AI-driven telemetry cost and quality control


Context

Observability has a governance problem as much as a tooling problem. When telemetry volume grows faster than standards, teams pay to ingest, store, and process data that does not improve detection or response, while inconsistent fields and noisy signals make the remaining data harder to trust. In practice, that creates a control gap between collection and operational use, which is why cost and quality have to be treated together.

This article is about telemetry management, not identity security directly, but it still intersects with IAM-adjacent operations because logs, access events, service accounts, and workload activity are only useful if they can be correlated reliably. For security programmes, the starting position described here is common rather than exceptional: most enterprises accumulate telemetry before they establish a disciplined quality and retention model.


Key questions

Q: How should teams reduce observability costs without losing useful telemetry?

A: Start at the pipeline, not the backend. Filter obvious noise, remove high-cardinality fields, and tail-sample traces so routine traffic is reduced after full context is available. That preserves error and latency signal while cutting ingest, storage, and query costs before they become locked into the observability bill.

Q: Why does telemetry quality matter so much for AI-driven security operations?

A: AI-driven security workflows depend on complete, accurate, context-rich inputs. If telemetry is missing fields, enriched late, or silently altered, the resulting alerts and investigations inherit those defects. The problem is not just lower fidelity. It is that the automation now makes decisions on corrupted or incomplete evidence.

Q: What breaks when telemetry automation removes too much data?

A: Detection breaks first, because alerting systems lose context and lose the ability to join events across services. Then investigations suffer, because responders cannot reconstruct who did what, when, and from where. Any automation that suppresses telemetry needs explicit exceptions for identity, audit, and privileged-access records.

Q: How do security teams decide which logs must never be filtered?

A: Protect records that support accountability, such as authentication, privileged activity, service account usage, and incident-response evidence. Those logs should be exempt from aggressive filtering unless you have a documented control that preserves their evidentiary value. If a record would matter in a post-incident review, do not let cost optimisation erase it.


Technical breakdown

Why telemetry quality fails before storage limits do

Telemetry quality usually breaks first at the point of ingestion, not after data reaches the warehouse. Incomplete fields, inconsistent naming, duplicated events, and unstructured logs all reduce the value of downstream analytics because correlation rules depend on stable schemas and predictable context. When teams scale observability without enforcing field standards, they create expensive data lakes full of records that cannot support fast detection or reliable investigations. AI-based processing can help normalise streams, but only if the underlying governance model defines what “good” looks like.

Practical implication: define telemetry schema standards and enforce them before expanding retention or adding more sources.

How AI changes telemetry cost controls

AI in telemetry management is not about replacing observability platforms. It is about deciding, in real time, which data is worth keeping, transforming, or suppressing before it drives cost or creates alert noise. That changes the control plane from static rules to dynamic evaluation of signal quality, waste patterns, and processor behaviour. The architectural shift matters because cost overruns often come from a small number of noisy integrations or runaway services, not from the entire estate equally. AI can surface those patterns faster than manual review, but it also needs guardrails so automation does not hide useful evidence.

Practical implication: pair AI-driven filtering with explicit review thresholds for high-value security and audit telemetry.

What cleaner telemetry means for detection and incident response

Cleaner telemetry improves more than storage economics. It shortens mean time to detect and investigate because alerting systems have fewer false positives, richer context, and better joins across infrastructure, application, and identity events. That matters in environments where service accounts, API calls, and cloud actions must be correlated quickly to reconstruct incident scope. The key point is that telemetry management becomes a resilience control, not just a FinOps lever, because evidence quality determines whether responders can understand what happened before systems drift further.

Practical implication: treat telemetry quality as part of incident readiness and validate that critical logs remain queryable end to end.


NHI Mgmt Group analysis

Telemetry governance is becoming a security control, not a data-management afterthought. When organisations pay for massive volumes of data they never operationalise, they are funding blind spots as much as visibility. The security issue is not simply cost inflation. It is the loss of trust in the evidence layer that defenders rely on for detection, forensics, and auditability. Practitioners should treat telemetry quality standards as part of control design, not a downstream analytics concern.

AI-driven filtering can reduce waste, but it also shifts accountability to the policy layer. If an automated system suppresses, transforms, or prioritises events in real time, teams need clear rules for what may be removed and what must always be preserved. That is especially important for identity and access events, where a missed service account action or authentication anomaly can change the outcome of an investigation. The practitioner takeaway is that automation must be governed like any other control.

Telemetry sprawl creates a detection-response latency problem. The more inconsistent and noisy the event stream, the longer it takes to turn raw activity into a credible incident narrative. That latency affects engineering, SOC, and audit teams at the same time, which is why observability architecture and security operations are converging. Teams should measure not only ingestion cost but also how quickly telemetry supports a defensible decision.

Smart telemetry management is a sign that observability platforms are moving toward policy-aware data control. The market is starting to value tools that can reduce volume without sacrificing operational fidelity. For practitioners, that means procurement questions should shift from “how much data can we collect?” to “what evidence do we retain, for how long, and under what control rules?”

Identity events need special protection inside telemetry pipelines. Access logs, service account activity, and workload authentication records are often the first place investigators look, yet they are also easy to dilute with noise. That makes identity telemetry a governance priority for both IAM and security operations. Teams should preserve identity evidence with stricter standards than generic application logs.

What this signals

Telemetry platforms are starting to behave more like policy engines, which means security and platform teams will be asked to define what data is worth preserving before automation makes that decision for them. The practical shift is from collecting everything to governing evidence quality, especially for identity and privileged-access records.

Evidence fidelity debt: when organisations let noisy telemetry accumulate faster than standards, they create a hidden liability that shows up later in incident response, compliance, and audit reconstruction. Teams should expect more scrutiny on how logs are filtered, transformed, and retained across observability pipelines.

The next procurement question is not whether a platform can ingest more data, but whether it can preserve the right data with traceable control rules. For practitioners, that means observability, SOC, and IAM teams need shared ownership of telemetry policy, not separate optimisation goals.


For practitioners

  • Set telemetry quality standards at ingestion Define required fields, naming conventions, and schema checks for logs, traces, and events before they enter long-term storage. Use the NIST SP 800-53 Rev 5 Security and Privacy Controls to anchor auditability and integrity requirements for the data pipeline.
  • Identify noisy integrations that drive disproportionate cost Rank telemetry sources by spend, volume, and incident value, then isolate the small set of services that create runaway ingestion or repeated alert churn. Focus remediation on those outliers first, because that is where the largest savings and the biggest quality gains usually sit.
  • Preserve identity and access telemetry as high-value evidence Keep authentication, service account, and privileged activity logs separate from generic application noise, and validate that they remain searchable across retention windows. If your observability pipeline transforms these records, test whether investigators can still reconstruct access chains quickly.
  • Put guardrails around AI-based telemetry suppression Require review thresholds for any automation that removes, summarises, or rewrites telemetry, especially in production environments. Create exceptions for security, compliance, and incident-response records so cost optimisation does not erase evidence you may need later.

Key takeaways

  • Observability costs and telemetry quality are the same governance problem viewed from two angles.
  • When telemetry is noisy or inconsistent, teams pay more for data that is less useful in investigations and detection.
  • Practitioners should treat telemetry policy, evidence preservation, and AI filtering as one control stack.

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, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0DE.CM-1Telemetry quality directly affects continuous monitoring and detection confidence.
NIST SP 800-53 Rev 5AU-2Event logging requirements govern which telemetry must be captured and retained.
CIS Controls v8CIS-8 , Audit Log ManagementAudit log management is the closest CIS control for telemetry quality and retention.
ISO/IEC 27001:2022A.8.15Logging and monitoring controls apply when telemetry is transformed or suppressed.

Map telemetry standards to DE.CM-1 and verify that critical events remain observable after filtering.


Key terms

  • Telemetry-driven governance: Telemetry-driven governance is a control approach that relies on runtime signals rather than periodic paperwork. For AI, that means watching drift, leakage, prompt anomalies, and other live indicators so governance decisions reflect current system behaviour instead of stale review findings.
  • Signal-to-Noise Ratio: The balance between meaningful security events and routine activity in detection tooling. A weak ratio makes analysts spend more time filtering alerts and less time identifying real attacks, which is why architecture quality strongly affects SOC effectiveness.
  • Evidence Fidelity: Evidence fidelity is the degree to which logs and telemetry preserve the context needed to prove what happened. High-fidelity evidence keeps fields, timestamps, identities, and relationships intact, which is essential when investigators need to reconstruct actions across cloud, application, and identity systems.

What's in the full article

Sawmills' full post covers the operational detail this post intentionally leaves for the source:

  • Customer-specific examples of how telemetry waste was identified and removed from the stream
  • Descriptions of the shipped features that normalise and transform data in flight
  • The company’s year-one implementation lessons for engineering teams managing observability sprawl
  • Additional context on how customers measured cost reduction and telemetry quality improvements

👉 The full Sawmills post covers the shipped features, customer outcomes, and the year-one build lessons behind the observability changes.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps practitioners connect identity control discipline to the broader security programmes that depend on trustworthy evidence.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 19, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org