You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/policies/data-loss-prevention/detection-entries.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ If you want to update an Exact Data Match dataset to remove a column in use as a
99
99
100
100
You can upload example documents to scan for unstructured data or specific document types common to your organization. DLP will create a unique fingerprint of the document and detect patterns in your organization's traffic based on how similar it is to the original fingerprint.
101
101
102
-
DLP stores uploaded documents encrypted at rest in a [Cloudflare R2](/r2/) bucket. To upload sensitive data is only stored in memory, use [Exact Data Match](#exact-data-match).
102
+
DLP stores uploaded documents encrypted at rest in a [Cloudflare R2](/r2/) bucket. To upload sensitive data that is only stored in memory, use [Exact Data Match](#exact-data-match).
103
103
104
104
### Prepare document entries
105
105
@@ -112,12 +112,14 @@ To upload a new document entry to DLP:
112
112
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DLP** > **Detection entries**.
113
113
2. Go to **Documents**.
114
114
3. Select **Add a document entry**.
115
-
4. Name your document. Optionally, add a description. Select **Next**.
115
+
4. Name your document. Optionally, add a description.
116
116
5. In **Minimum similarity for matches**, enter a value between 0% and 100%.
117
117
6. In **Upload document**, choose and upload your document file.
118
118
7. Select **Save**.
119
119
120
-
The document will appear in the list with an **Uploading** status. Once the upload is complete, the status will change to **Complete**. To use your uploaded document, add it as an existing entry to a [custom DLP profile](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/#build-a-custom-profile).
120
+
The document will appear in the list with a **Pending** status. Once the upload is complete, the status will change to **Complete**. If you created a document entry with Terraform, the status will be **No file** until you upload a file.
121
+
122
+
To use your uploaded document fingerprint, add it as an existing entry to a [custom DLP profile](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/#build-a-custom-profile).
0 commit comments