Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Config Example

Masking data according to the log parser masking definition.

 Request Json

{"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: XpoLog 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 ('*')

  • No labels