builtin:logmonitoring.sensitive-data-masking-settings)Create rules to mask any information you consider to be sensitive. Masking is done on OneAgent, and no personal data is sent or stored on Dynatrace server.
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:logmonitoring.sensitive-data-masking-settings |
| HOST - HostKUBERNETES_CLUSTER - Kubernetes clusterHOST_GROUP - Host Groupenvironment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.sensitive-data-masking-settings |
| SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.sensitive-data-masking-settings | |
| Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.sensitive-data-masking-settings |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Activeenabled | boolean | - | required |
Nameconfig-item-title | text | - | required |
masking | Masking | - | required |
matchers | Set<Matcher> | - | required |
Masking object| Property | Type | Description | Required |
|---|---|---|---|
Search expressionexpression | text | Maximum one capture group is allowed. If none was given, the whole expression will be treated as a capture group. | required |
Masking typetype | enum |
| required |
Replacementreplacement | text | - | required |
Matcher object| Property | Type | Description | Required |
|---|---|---|---|
Attributeattribute | enum |
| required |
Operatoroperator | enum |
| required |
values | set | - | required |