Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Config Example

Masking data according to the log parser masking definition.

Expand
titleRequest 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.

Image RemovedImage Added

2.

Image RemovedImage Added

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

Image RemovedImage Added