Post Map Values

The Post Map Values element in the filter field names as keys, the values are lists of sets of post map values, each describing one mapping done on a field named before obtained after filtering.

Currently there are four kind of mappings are supported:

Map Date

The name of the mapping element should be map_date. The value json element may contain the following parameters:

FieldDescription
src_date_patternIf it is specified than the mapper converts from this format to the target, and also adds missing year
target_date_patternIf ‘epoch’ then the field is parsed as seconds from 1970, otherwise the content used as pattern

Map Copy

The name of the mapping element should be map_copy. The value json element should contain the following parameter:

FieldDescription
copy_nameThe name of the copied field

Map Field Name

The name of the mapping element should be map_fieldname. The value json element should contain the following parameter:

FieldDescription
new_field_nameThe name of the renamed field

Map Field Value

The name of the mapping element should be map_fieldvalue. The value json element should contain the following parameter:

FieldDescription
pre_valueThe value that the field must match (ignoring case) to be mapped
post_valueThe value to which the field is modified to

Map Anonymize

The name of the mapping element should be map_anonymize. The value json element should contain the following parameter:

FieldDescription
patternThe pattern to use to identify parts to anonymize. The parts to hide should be marked with the “” string.
hide_charThe character to hide with, if it is not specified then the default is ‘*’