Settings API - Sensitive data masking schema table
Sensitive data masking (builtin:logmonitoring.sensitive-data-masking-settings
)
Create rules to mask any information you consider to be sensitive. For more details and examples, see documentation
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 - HostHOST_GROUP - Host Groupenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Active | boolean | - | required |
config-item-title | Name | text | - | required |
masking | - | Masking | - | required |
matchers | - | set | - | required |
Request body objects
The Masking
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
expression | Search expression | text | Maximum one capture group is allowed. If none was given, the whole expression will be treated as a capture group. | required |
type | Masking type | enum | - | required |
replacement | Replacement | text | - | required |
The Matcher
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
attribute | Attribute | enum | - | required |
operator | Operator | enum | - | required |
values | - | set | - | required |