A Routing Connector is an OpenTelemetry component that sends logs, metrics, or traces to different pipelines based on rules. It supports more precise data handling by evaluating event attributes and forwarding each item to the correct destination, which is useful for security, observability, and compliance workflows.
Expanded Definition
A Routing connector is an OpenTelemetry routing component that evaluates telemetry attributes and sends each log, metric, or trace record to a chosen downstream pipeline. Its purpose is selective distribution, not transformation: it decides where data should go based on conditions such as tenant, service name, namespace, environment, severity, or other event metadata.
The key boundary is that the connector routes data after collection, so it does not replace collection, parsing, enrichment, or storage. It also does not imply security by itself. The value comes from separating telemetry flows so different processing rules can apply to different data classes. That matters when one stream must be retained for compliance, another forwarded to detection, and another reduced for cost or privacy reasons. Industry usage is still implementation-specific, so teams should treat routing logic as pipeline policy, not just plumbing.
Examples and Use Cases
Routing Connectors commonly appear in observability architectures where different signals need different handling. For example, a security team may route authentication failures to a detection pipeline while sending routine application metrics to a low-cost storage backend.
- A production trace that matches a sensitive business service is routed to a restricted pipeline with tighter retention.
- Logs from regulated workloads are forwarded to a compliance archive, while non-sensitive logs are sent to standard observability storage.
- High-severity error events are separated from routine informational events so alerting and dashboard pipelines stay focused.
- Multi-tenant telemetry is split by customer or environment so one team’s data does not flow into another team’s processing path.
- Test or development signals are diverted away from incident-detection workflows to reduce noise and processing cost.
The main tradeoff is operational complexity: the more routing rules a team adds, the greater the chance of inconsistent paths, duplicated delivery, or missing telemetry. In practice, routing works best when the rule set is small, explicit, and owned as part of the observability design.
Security Implications
Routing mistakes can create security gaps even when collection is intact. If sensitive records are sent to the wrong pipeline, they may bypass access restrictions, retention requirements, or detection logic. If critical signals are over-filtered, defenders may lose visibility into authentication abuse, privilege escalation indicators, or anomalous service behaviour.
Misrouting also creates governance problems. Teams may assume a telemetry class is protected or retained when it is actually being forwarded elsewhere, and that assumption can survive until an audit or incident exposes the mismatch. The failure mode is often silent because routing rules usually operate before downstream review, so the wrong destination can look normal unless controls explicitly verify path selection.
For practitioners, the practical observation is simple: pipeline routing is part of the control surface. When routing logic changes, the security effect is not limited to observability performance; it can alter who sees the data, how long it is kept, and whether the right events reach the right response process.
Domain and Governance Relevance
In observability and security operations, Routing Connectors help translate a single telemetry stream into governed handling paths. That makes them relevant to data classification, retention policy, and investigative workflow design, especially where one category of telemetry needs higher trust or stricter control than another.
Where identity or machine activity is involved, the governance value becomes more specific. Telemetry from service accounts, workload identities, or autonomous agents may need to be isolated because the security meaning of those events differs from ordinary user activity. Routing can help ensure those signals reach the teams or tools that actually monitor credential use, privilege abuse, or automated execution patterns, rather than disappearing into a generic pipeline.
That does not make the connector an identity control on its own. It is a policy enforcement point for telemetry movement, and its governance value depends on whether the routing rules reflect the organisation’s actual monitoring and retention requirements. Useful designs keep routing readable, auditable, and tightly tied to the data classes they are meant to protect.
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 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.DS-1 — Data-at-Rest | Routing can change which pipeline stores sensitive telemetry. |
| PR.PT-1 — Audit Log Records | Telemetry routing determines which events reach monitoring and audit paths. | |
| Recommendation — Route sensitive telemetry to protected destinations with defined retention rules. Ensure routing rules preserve delivery of security-relevant logs and traces. | ||
| CIS Controls v8 | 8.2 — Collect Audit Logs | Routing connectors influence which logs are collected and forwarded. |
| 3.3 — Data Classification and Handling | Routing is often driven by sensitivity, tenant, or retention class. | |
| Recommendation — Validate that routing rules keep required audit data flowing to monitoring systems. Classify telemetry sources and route each class to the correct handling path. | ||
| OWASP Non-Human Identity Top 10 | NHI-03 — Secrets and Credential Exposure | Routed telemetry may contain machine credentials or tokens that need isolation. |
| Recommendation — Exclude credential-bearing telemetry from broad pipelines and restrict access tightly. | ||
Related resources from NHI Mgmt Group
- Should organisations use connector-less deployment for on-prem DSPM where possible?
- What do security teams get wrong about connector credentials in infrastructure automation?
- Why do AI agents with MCP access create more risk than model routing alone?
- How can organisations reduce the identity blast radius of AI tool routing?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 9, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org