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.

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.)

Expand
titleRequest Json

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

...

More data can be found here: XpoLog Patterns Language

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

...