Target Audience
- Administrators of Email DLP
Purpose
- This document explains how to create/edit filters in Email DLP.
Notes
- This article is based on the product specifications as of March 2025 and may change without notice.
- Administrator privileges for Email DLP are required to verify the actual screen and change settings.
Please refer to the following article for how to set up an administrator.
Setting Administrator Privileges for Email DLP - Please refer to the following article for how to access the administration console.
How to Access the Email DLP Administration Console - You need to create the target address group and rule group in advance.
・Create an Address Group
・Create a Rule Group
Procedure
Individual Filter Creation/Editing Procedure
1. Access [Filter Settings] - [Filters] from the left menu of the Email DLP administration console.
2. Click [+ Create] in the upper right corner of the screen or the [Gear Icon] of the filter you want to edit.
3. In the edit screen, select the following settings and click [Create] or [Apply].
Filter settings determine which rules set in the rule group will be applied when emails are sent from users belonging to a specific address group to users in another address group.
For details on each setting, please refer to Items (Create/Edit Filter).
Batch Filter Creation/Editing Procedure
Filters can be created or edited in bulk using YAML or JSON files.
Example of a YAML file:
version: 1
filters:
- priority: 100
from_address_group_name: Test
to_address_group_name: All
rule_group_name: Rule TestFor creating data with YAML or JSON files and for new creation/overwriting, please refer to the following pages.
Creating Email DLP Import Data (Configuration Files)
Differences Between "Overwrite" and "New Creation" in Import Method
Items (Create/Edit Filter)
The explanation of each setting is as follows.
| Name | Description | Notes |
| Priority | Priority of the filter to be created | Filters are checked in order from the smallest priority number, and the content of the first applicable filter is processed. |
| Sender | Address group to be set as the sender | The address group must be created in advance. Email DLP Address Settings - Create/Edit Address Group |
| Recipient | Address group to be set as the recipients | The address group must be created in advance. Email DLP Address Settings - Create/Edit Address Group |
| Rule Group | Rule group to process emails when the filter conditions are met | The rule group must be created in advance. Create a Rule Group ※ One rule group can only be applied to one filter. |