You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PyMISP to pull data from our MISP instance. In this case I am using a 'search' command with complex query, that contains OR parameters for TAG applied to Events.
Here is a snippet where I perform this search and build the complex query:
Last time I ran this was last month and it worked. Today is no longer working, it seems to ALSO pull Events from MISP that do NOT have the specified 'Tags'. I only need the events with specified tags.
Is this an issue with some newer releases? Or am I missing an update?
EDIT:
I have found out that if i replace event_tags with tags in the misp.search it seems to work.
The text was updated successfully, but these errors were encountered:
Hello,
I am using PyMISP to pull data from our MISP instance. In this case I am using a 'search' command with complex query, that contains OR parameters for TAG applied to Events.
Here is a snippet where I perform this search and build the complex query:
Last time I ran this was last month and it worked. Today is no longer working, it seems to ALSO pull Events from MISP that do NOT have the specified 'Tags'. I only need the events with specified tags.
Is this an issue with some newer releases? Or am I missing an update?
EDIT:
I have found out that if i replace
event_tags
withtags
in the misp.search it seems to work.The text was updated successfully, but these errors were encountered: