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

Change gcp_logging* recipes to use Plaso instead of GCPLoggingTimesketch #693

Merged

Conversation

jonathan-greig
Copy link
Member

Fixes #691

logs_report = containers.GCPLogs(
path=output_path, filter_expression=self._filter_expression,
project_name=self._project_name)
logs_report = containers.File(self._filter_expression, output_path)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting we don't have unit tests for this module. #681 has already been raised.

@jonathan-greig jonathan-greig merged commit ef99c12 into log2timeline:main Dec 22, 2022
@jonathan-greig jonathan-greig deleted the jonathan-greig/issue691 branch December 22, 2022 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change gcp_logging* recipes to use Plaso instead of GCPLoggingTimesketch
2 participants