Skip to content

[DOCS-10927] Add preview box for human name PII detection #29471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ further_reading:
text: "Best practices for creating custom scanning rules"
---

{{< callout url="https://www.datadoghq.com/product-preview/human-name-pii-detection-in-logs-using-machine-learning/" btn_hidden="false" >}}
Human Name PII Detection in Logs using Machine Learning is in Preview. To enroll, click <b>Request Access</b>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Human Name PII Detection in Logs using Machine Learning is in Preview. To enroll, click <b>Request Access</b>.
Human Name PII Detection in Logs using machine learning is in Preview. To enroll, click <b>Request Access</b>.

Copy link
Contributor Author

@maycmlee maycmlee May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rtrieu, but the full name of the feature in Preview is "Human Name PII Detection in Logs using Machine Learning", which is why I left the capitalization as it is: https://www.datadoghq.com/product-preview/human-name-pii-detection-in-logs-using-machine-learning/. What do you think?

Otherwise, I think I'd go with sentence cap for the whole thing:

Human name PII detection in logs using machine learning is in Preview.

Copy link
Contributor

@rtrieu rtrieu May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi May, sorry for not leaving an explanation of my original feedback, but I was thinking ML doesn't need to be capitalized since it is a mechanism. I think going sentence cap is more in line with our style guide, but of course feel free to ignore. If you do decide to go full sentence cap, I would just suggest capitalizing Logs since it is the feature/product name:

Human name PII detection in Logs using machine learning is in Preview.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'll go all sentence cap. Also "logs" here is referencing just logs (like application logs) and not the Log Management product, so I'll keep it lowercase.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh d'oh, ok!

{{< /callout >}}

## Telemetry Data

Sensitive Data Scanner for Telemetry Data uses scanning rules to determine what sensitive information to match within the data. This data can be from your application logs, APM spans, RUM events, and events from Event Management. You can use Datadog's [Scanning Rule Library][1] to create rules or you can create [custom rules][2].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ further_reading:
text: "Set up Sensitive Data Scanner"
---

{{< callout url="https://www.datadoghq.com/product-preview/human-name-pii-detection-in-logs-using-machine-learning/" btn_hidden="false" >}}
Human Name PII Detection in Logs using Machine Learning is in Preview. To enroll, click <b>Request Access</b>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Human Name PII Detection in Logs using Machine Learning is in Preview. To enroll, click <b>Request Access</b>.
Human Name PII Detection in Logs using machine learning is in Preview. To enroll, click <b>Request Access</b>.

{{< /callout >}}

## Overview

The Scanning Rule Library is a collection of predefined rules for detecting common patterns such as email addresses, credit card numbers, API keys, authorization tokens, and more.
Expand Down
Loading