Remove attributes

Remove sensitive attributes from an event

Objective

Remove sensitive attributes from the source event to meet data processing compliance requirements.

This is ideal when processing PII data or other sensitive events.

Example

This filter will remove the fields credit_card_number and address from the source event.

field filter:
  fields: 
    - credit_card_number
    - address

Attributes schema

AttributeDescriptionData TypeRequired

fields

List of fields to remove from the event

List<String>

Last updated