Remove
Remove (remove)
Remove fields from an event.
Contents
Fields
| Field | Type | Required | Description |
|---|---|---|---|
description | string | describe this step. | |
suppress-warnings | boolean (bool) | Suppress warnings generated by this action. | |
condition | lua-expression (string) | Only run this action if the specified condition is met. | |
fields | string | ✅ | The list of fields that should be removed if present May contain a wildcard '' at the end (like ‘flag’). |
remove-on-regex-mismatch | boolean (bool) | Remove any fields that do not match the specified regular expressions Applies to regex-fields. | |
regex-fields | string | An array of regular expression used to match field names. |