Skip to content

Commit

Permalink
Update processor-desensitize.md (#593)
Browse files Browse the repository at this point in the history
fix some wrong descriptions
  • Loading branch information
Takuka0311 authored Dec 30, 2022
1 parent 2639133 commit a01057b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cn/data-pipeline/processor/processor-desensitize.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
| SourceKey | String,无默认值(必填) | 日志字段名称。 |
| Method | String,无默认值(必填) | 脱敏方式。可选值如下:<br>const:将敏感内容替换成 ReplaceString 参数处配置等字符串。<br>md5:将敏感内容替换为其对应的MD5值。 |
| Match | String,无默认值(必填) | 指定敏感数据。可选值如下:<br>full:字段全文。<br>regex:使用正则提取敏感数据。 |
| ReplaceString | String,无默认值 | 用于替换敏感内容等字符串,当 Method 设置为 const 时,必须配置|
| RegexBegin | String,无默认值 | 用于指定敏感内容前缀的正则表达式,当 SelectFullField 配置为 false 时必填|
| RegexContent | String,无默认值 | 用于指定敏感内容的正则表达式,当 SelectFullField 配置为 false 时必填|
| ReplaceString | String,无默认值 | 用于替换敏感内容等字符串,当 Method 设置为 const 时必选|
| RegexBegin | String,无默认值 | 用于指定敏感内容前缀的正则表达式,当 Match 配置为 regex 时必选|
| RegexContent | String,无默认值 | 用于指定敏感内容的正则表达式,当 Match 配置为 regex 时必选|

## 样例

Expand Down

0 comments on commit a01057b

Please sign in to comment.