You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working through the Logprep Architecture some inconsistencies in the processors were found. This should be fixed to improve ongoing maintenance and future developments.
Following points should be revised:
all processors should use the same functionality to read from the events (e.g get_dotted_field_value method from Helper module)
all processors should use the same functionality to write to events (e.g write_to_field method form processor module)
all processors should handle missing fields the same way (e.g handle_missing_fields from FieldManager)
While working through the Logprep Architecture some inconsistencies in the processors were found. This should be fixed to improve ongoing maintenance and future developments.
Following points should be revised:
get_dotted_field_value
method from Helper module)write_to_field
method form processor module)handle_missing_fields
fromFieldManager
)Pseudonymizer
Predetector
andSelectiveExtractor
(see refactor code ofpseudonymizer
,pre_detector
andselective_extractor
#323)clusterer
so that they don't have to override the process methodThe text was updated successfully, but these errors were encountered: