Redaction
Eliminate sensitive event field data by either nullifying or replacing with a blank value
Objective
Effective method of eliminating sensitive event field data by either nullifying or replacing with a blank value.
Example
This DSL will replace the contents of the field with blank field.
Attributes schema
Attribute | Description | Data Type | Required |
---|---|---|---|
as null | If set to true replace value with a null otherwise as a empty string | Boolean Default: true |
Last updated