We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have created two events with the same tag. One has attributes and the other one is empty.
If I run: event_list = misp.search(collector="event", tags=my_tag) The list will only contain the event that was populated with attributes.
event_list = misp.search(collector="event", tags=my_tag)
How can I retrieve the event with 0 attributes using its tag as filter?
The text was updated successfully, but these errors were encountered:
No, the empty events aren't exposed to the search. (I'm 99% sure, but @iglocska can surely confirm)
Sorry, something went wrong.
Is there any workaround to get those empty events with another approach?
See if this helps: #847
No branches or pull requests
I have created two events with the same tag. One has attributes and the other one is empty.
If I run:
event_list = misp.search(collector="event", tags=my_tag)
The list will only contain the event that was populated with attributes.
How can I retrieve the event with 0 attributes using its tag as filter?
The text was updated successfully, but these errors were encountered: