Skip to content

Remove

Remove fields from an event.

FieldTypeRequiredDescription
descriptionstringdescribe this step.
suppress-warningsboolean (bool)Suppress warnings generated by this action.
conditionlua-expression (string)Only run this action if the specified condition is met.
fieldsstringThe list of fields that should be removed if present May contain a wildcard '' at the end (like ‘flag’).
remove-on-regex-mismatchboolean (bool)Remove any fields that do not match the specified regular expressions Applies to regex-fields.
regex-fieldsstringAn array of regular expression used to match field names.