-
Notifications
You must be signed in to change notification settings - Fork 592
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
Enable passing on auto-run analyzers parameter when using importer library #3143
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
73f4473
to
662ad28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at the comments below.
importer_client/python/timesketch_import_client/importer_test.py
Outdated
Show resolved
Hide resolved
…rous-default-value)
5629c34
to
4db3112
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look at the comment below.
…) and streamer.close(), pass local test
Ensured the timeline is ready before executing the analyzers.
… into chaplin-auto-run
Problem:
According to issue 3096, analyzers cannot be selectively automatically run right after timelines are being uploaded.
New Feature:
Allow users to pass on analyzers and timeline ids to automatically run analyzers on the specified timelines after uploading the timelines with the importer library.
Changes Overview:
For user purpose
To use the updated importer library, one could use the following code
Checks: