Replace

Description

Config Example

Description

Config Example

Replacing an expression with a new value.

{"name":"replace","type":"transform", "replace": "\\W*((?i)message(?-i))\\W*", "isRegex": true, "with": "newmessage", "columnNames" : "Message,Alert"}

Data Masking

You can replace an expression with a new value.

The data flow should be defined with the ‘Replace’ condition, inside the relevant forwarder:

  • Check ‘REGEX’ for using Regular expressions.

Output: The target receives the new value.

Â