Updated at: 2022-12-09 03:49:50
Data desensitization is to protect the security of data information by masking or replacing some of the information in the confidential field values in the log data, while preserving certain data characteristics. After the log data desensitization, you can only view the desensitized log data in functional modules such as search, dashboard, visualization, machine learning and log grouping.
Note: In Resource Authorization Settings , you can assign log desensitization authorization control to different user roles to meet the requirements of different scenarios.
The desensitization rules can be applied to both the original log and the parsed field, as follows:
1. In this example, the desensitization parsing is for the parsed field Event ID, click the Parsing Method drop-down list and select Desensitization.
2. Select Template: The system supports the default desensitization template, as well as custom regular expressions to define desensitization rule.
In this example, the regular expression for the desensitization content of the Event ID is: (?:S{1}(S+)S{1}|S{1}(S{1})), means to hide the first name for two words or hide the middle ones for more than two words .The desensitization result is as follows:
Note: In Resource Authorization Settings , you can assign log desensitization authorization control to different user roles to meet the requirements of different scenarios.
The desensitization rules can be applied to both the original log and the parsed field, as follows:
1. In this example, the desensitization parsing is for the parsed field Event ID, click the Parsing Method drop-down list and select Desensitization.
2. Select Template: The system supports the default desensitization template, as well as custom regular expressions to define desensitization rule.
In this example, the regular expression for the desensitization content of the Event ID is: (?:S{1}(S+)S{1}|S{1}(S{1})), means to hide the first name for two words or hide the middle ones for more than two words .The desensitization result is as follows:
< Previous:
Next: >