Skip to content

Commit 0a47a78

Browse files
committed
Add upload section
1 parent dcc62d2 commit 0a47a78

File tree

1 file changed

+26
-6
lines changed
  • src/content/docs/cloudflare-one/policies/data-loss-prevention

1 file changed

+26
-6
lines changed

src/content/docs/cloudflare-one/policies/data-loss-prevention/datasets.mdx

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ sidebar:
77

88
import { Details } from "~/components";
99

10-
Cloudflare DLP can scan your web traffic and SaaS applications for specific data defined in a custom detection entry. Detection entries allow you to define custom data patterns for DLP to detect using [DLP profiles](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/). Detection entries include custom [datasets](#datasets) and [documents](#documents).
10+
Cloudflare DLP can scan your web traffic and SaaS applications for specific data defined in custom detection entries. Detection entries allow you to define custom data patterns for DLP to detect using [DLP profiles](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/). Detection entries include custom [datasets](#datasets) and [documents](#documents).
1111

1212
You can configure sensitive data to be hashed before reaching Cloudflare and redacted from matches in [payload logs](/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options/#log-the-payload-of-matched-rules).
1313

1414
## Datasets
1515

16-
You can upload custom datasets to scan for specific matching data.
16+
You can create and upload custom datasets to scan for specific matching data.
1717

1818
### Dataset types
1919

@@ -53,7 +53,7 @@ To select which Exact Data Match columns to use, you will need to [reupload any
5353

5454
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DLP** > **Detection entries**.
5555
2. Go to **Datasets**.
56-
3. Select **Add a dataset**, then choose **Exact Data Match**.
56+
3. Select **Add a dataset**. In **Exact Data Match (EDM)**, choose **Select**.
5757
4. Upload your dataset file. Select **Next**.
5858
5. Review and choose the detected columns you want to include. Select **Next**.
5959
6. Name your dataset. Optionally, add a description. Select **Next**.
@@ -67,7 +67,7 @@ DLP will encrypt your dataset and save its hash.
6767

6868
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DLP** > **Detection entries**.
6969
2. Go to **Datasets**.
70-
3. Select **Add a dataset**, then choose **Custom Wordlist**.
70+
3. Select **Add a dataset**. In **Custom Wordlist (CWL)**, choose **Select**.
7171
4. Name your dataset. Optionally, add a description.
7272
5. (Optional) In **Settings**, turn on **Enforce case sensitivity** to require matched values to contain exact capitalization.
7373
6. In **Upload file**, choose your dataset file.
@@ -77,7 +77,7 @@ DLP will save your dataset in cleartext.
7777

7878
</Details>
7979

80-
To use your uploaded dataset, add it as an existing entry to a [custom DLP profile](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/#build-a-custom-profile).
80+
The dataset will appear in the list with an **Uploading** status. Once the upload is complete, the status will change to **Complete**. To use your uploaded dataset, add it as an existing entry to a [custom DLP profile](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/#build-a-custom-profile).
8181

8282
### Manage existing datasets
8383

@@ -97,4 +97,24 @@ If you want to update an Exact Data Match dataset to remove a column in use as a
9797

9898
## Documents
9999

100-
You can upload documents to scan for unstructured data or specific document types.
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+
102+
DLP stores uploaded documents in a [Cloudflare R2](/r2/) bucket. To upload sensitive data that is encrypted before reaching Cloudflare and only stored in memory, use [Exact Data Match](#exact-data-match).
103+
104+
### Prepare document entries
105+
106+
DLP supports documents in `.docx` and `.txt` format. Documents must be under 10 MB.
107+
108+
### Upload a document entry
109+
110+
To upload a new document entry to DLP:
111+
112+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DLP** > **Detection entries**.
113+
2. Go to **Documents**.
114+
3. Select **Add a document entry**.
115+
4. Name your document. Optionally, add a description. Select **Next**.
116+
5. In **Minimum similarity for matches**, enter a value between 0% and 100%.
117+
6. Upload your document.
118+
7. Select **Save**.
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).

0 commit comments

Comments
 (0)