![]() |
VOOZH | about |
Where Protecting Assets covers who can edit or view Dashboards, Monitors, and other objects, this section covers telemetry: the underlying data flowing through Datadog. Not every organization needs data-level restrictions, but those that handle sensitive or regulated data need Data Access Control. Data Access Control lets you create row-level restrictions on your data, defined by tag values, and enforced across every view where that data might surface.
This section helps you identify your data sensitivity patterns and choose the right approach for restricting access.
For sensitive data restrictions, there are three common patterns. You can use one or a combination of the three.
All data of a certain type is sensitive, regardless of where it comes from.
For example, low-privilege users should never be able to see Logs data because it always contains sensitive information. Or a contractor should not have access to RUM sessions because they may contain end-user PII.
Recommended approach: Create a custom role without the relevant read permissions. Assign that role to any users, such as third-party contractors, who should not be able to see that type of data at all. This is a permissions-level restriction, not a Data Access Control restriction.
Data sensitivity is determined by who or what is producing the data, not the data type itself. Some services or infrastructure components generate data that should be restricted to specific teams.
For example, a payment processing service generates APM traces, Logs, and RUM data that should only be visible to the Payments team and senior administrators. All telemetry from that service is sensitive, regardless of type.
Recommended approach: Use Data Access Control to create restricted datasets based on the tag (such as service:payment-processor) across relevant telemetry types. Assign access to the responsible Team and any other authorized Roles or Teams.
Sensitive data is mixed in with non-sensitive data from the same source and telemetry type. This is common in regulated industries where only certain records within a data stream are sensitive.
For example, in a healthcare organization, a service may generate routine operational Logs which can be viewed by anyone in the org, alongside HIPAA-protected data that must be restricted. Or in a financial institution, trading data across APM, Logs, and RUM must be restricted to compliance-approved users, while general infrastructure data from the same environment is broadly accessible.
Recommended approach: Use Data Access Control to create restricted datasets based on a classification tag (such as data_sensitivity:hipaa or data_classification:trading) across the affected telemetry types. Assign access to the Roles or Teams authorized to see that class of data.
Sensitive Data Scanner provides an automated safety net for situations where sensitive data appears unpredictably. For example, developers may inadvertently log credit card numbers, email addresses, or social security numbers.
Sensitive Data Scanner is useful as a defense-in-depth measure alongside Data Access Control, especially when you cannot guarantee that sensitive data is tagged consistently at ingestion.
Use standard Data Access Control to apply restrictions progressively: all data is visible by default, and you create restricted datasets to limit access to specific data. This model works well when sensitive data is the exception, not the rule.
For organizations with hard regulatory requirements (for example, defense) or organizations that collaborate with multiple external business partners in the same Datadog tenant, Datadog offers Data Access Control Strict Mode. In Strict Mode, data is hidden by default and users can only see data they have been explicitly granted access to. Instead of restricting the sensitive subset, you must explicitly allow access to everything.
Strict Mode is the exception, not the rule. Use Strict Mode only if your regulatory or legal framework demands a default-deny model for telemetry access.
Additional helpful documentation, links, and articles:
| |