Skip to content

Commit

Permalink
fix extra data things
Browse files Browse the repository at this point in the history
  • Loading branch information
djkhl committed Aug 16, 2024
1 parent 2e4931b commit 058ad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logprep/processor/pre_detector/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _get_detection_result(self, event: dict, rule: PreDetectorRule):

detection_result = self._generate_detection_result(pre_detection_id, event, rule)
self.result.data.append((detection_result, self._config.outputs))
detection_result.pop("source_timezone", "source_formats")
detection_result.pop("source_timezone")
detection_result.pop("source_formats")
detection_result.pop("target_timezone")
detection_result.pop("timestamp_field")
Expand Down

0 comments on commit 058ad81

Please sign in to comment.