Class FeinValueMasker

java.lang.Object
com.helixframework.logstash.mask.internal.HelixRegexValueMasker
com.helixframework.logstash.mask.internal.FeinValueMasker
All Implemented Interfaces:
net.logstash.logback.mask.ValueMasker

public class FeinValueMasker extends HelixRegexValueMasker
ValueMasker that masks Federal Employee Identification Numbers (Feins / Eins).
  • Field Details

    • PROP_MASK_STRICT

      public static final String PROP_MASK_STRICT
      Property to enable strict regex matching. If enabled, only exact matches will be masked (i.e. FEINs contained within larger strings will not be masked).
      See Also:
  • Constructor Details

    • FeinValueMasker

      public FeinValueMasker(Properties props)
      Creates a new instance of FeinValueMasker.
      Parameters:
      props - helix-logstash.properties