/
Data Masking

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 ('*')

 

Related content

Data Flow Transformers
Data Flow Transformers
Read with this
Delimited Formatter
Delimited Formatter
More like this
Configuring Advanced Log Settings
Configuring Advanced Log Settings
Read with this
Fields Schema
Fields Schema
More like this
HTTP Forwarder
HTTP Forwarder
Read with this
Raw Data Formatter
Raw Data Formatter
More like this