-
Notifications
You must be signed in to change notification settings - Fork 425
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
[WIZ] Init Connector #2893
base: master
Are you sure you want to change the base?
[WIZ] Init Connector #2893
Conversation
@Renizmy yes, we can help. To better assist you, could you clarify what you’re expecting here?
|
@helene-nguyen, I am maybe wrong but I expect to see the number of bundles sent in this work context (run) ? |
bundles_sent = self.helper.send_stix2_bundle( | ||
stix_objects_bundle, update=True | ||
) |
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.
@Renizmy Ok, I see. You need to add the work ID that you have initiated before to allow OpenCTI to identify the job to be processed
bundles_sent = self.helper.send_stix2_bundle( | |
stix_objects_bundle, update=True | |
) | |
bundles_sent = self.helper.send_stix2_bundle( | |
stix_objects_bundle, | |
work_id=work_id | |
update=True | |
) |
15645cb
to
188aebb
Compare
@helene-nguyen, I had to force push all commits to sign each of them |
Proposed changes
Related issues
Checklist