Cannot delete all attribute when event gets deleted #4450
Labels
from:training
Issues raised during trainings
S: in progress
Status: in progress. This issue is currently being worked on
T: bug
Type: bug report: This issue describes unexpected behaviour
topic: zmq
When I'm tapping into the 0mq feed and get a
misp_json_event
coupled with{'action': 'delete'}
, I would like to do something with all the contained events that also get deleted. However, this doesn't seem to be possible, because this is what I get back:All I have to work with is
attribute_count
, but neither attribute IDs nor the attributes themselves.I showed this to @Rafiot at the CERN MISP workshop, and we discussed the following options:
Personally, I think (1) and (3) would make the most sense. (3) has the benefit of solving the problem without spreading the operation across multiple messages, making it more self-contained.
The text was updated successfully, but these errors were encountered: