Field Display Permissions¶
After data is collected and reported to the TrueWatch workspace, sensitive information fields such as IP addresses and user information can be desensitized by setting up sensitive fields.
Note
-
Different data types (including: LOG, Basic Objects, Resource Catalog, Events, APM, RUM, Network, Profile) can have custom configurations for sensitive fields under that data (field names are case-sensitive);
-
After configuring desensitization, string (
string
) type field data will return***
; -
Only after adding desensitization rules, selected member roles can view the original data; other members will not be able to view the information before desensitization in the Explorer or charts.
Add Rules¶
- Go to Manage > Field Display Permissions > Add Rules;
- Define the name of the desensitization rule;
- Select the data type;
- Enter the fields that need to be desensitized (single or multiple fields can be selected);
- Write a regular expression, i.e., configure desensitization for the field value content through regular syntax; currently supports directly selecting from the Template Library or custom input;
- Click Preview, enter the original text, and click Desensitize to view the desensitization effect.
- Select the roles that need to shield the data;
- Confirm, and you can view the configured sensitive fields.
Note
If multiple fields need to be desensitized, use commas ,
to separate them; all fields are represented by *
.
As shown in the figure, the system will match the results based on the regular expression on the left, and the matched results will be desensitized as ***
.
Manage Rules¶
- Enter the rule name in the search bar on the right side of the page to quickly locate it;
- Edit and modify the current rule;
- Delete a rule;
- Batch select rules and perform enable, disable, or delete operations.