Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in extraction tool to store filter file path (#4935) #4936

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plaso/cli/extraction_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def _ProcessSource(self, session, storage_writer):
session.debug_mode = self._debug_mode
session.enabled_parser_names = enabled_parser_names
session.extract_winevt_resources = self._extract_winevt_resources
session.filter_file_path = self._filter_file
session.filter_file = self._filter_file
session.parser_filter_expression = self._parser_filter_expression
session.preferred_codepage = self._preferred_codepage
session.preferred_encoding = self.preferred_encoding
Expand Down