Data Masking

Description

Config Example

Description

Config Example

Masking data according to the log parser masking definition.

IMPORTANT: In order to use the masking there are 2 conditions:

  • Masking must be placed before any type of transformer in the flow (not after any type of transformer)

  • There must be some transformer in the flow after the masking (JSON, CSV, etc.)

{"name":"recordMask","type":"transform","maskingType":"applyMasking"}

Data Masking

You can use regular expression for masking the column's data. If a match is found for the column's value, then the matched part will be displayed as a string of asterisks ('*').

More data can be found here: XPLG Patterns Language

Once the masking is being defined, you can add a data flow:

1.

2.

Output: The target receives the masked column as a string of asterisks ('*')

Â