There are times that we have a need to merge many events into one. One case is related to MISP/MISP#5544 where we needed to change default feeds from daily events to a fixed event, and we need to merge all the prior daily events into the one new fixed event. (This need to merge is triggered by duplicate attributes spanning separate events causing huge and false correlation growth)
There is now a method to merge two events in the WebUI (see MISP/MISP#5544).
Would be great if PyMISP.merge could specify a list of existing events and a target event to merge them all into.
There are times that we have a need to merge many events into one. One case is related to MISP/MISP#5544 where we needed to change default feeds from daily events to a fixed event, and we need to merge all the prior daily events into the one new fixed event. (This need to merge is triggered by duplicate attributes spanning separate events causing huge and false correlation growth)
There is now a method to merge two events in the WebUI (see MISP/MISP#5544).
Would be great if
PyMISP.mergecould specify a list of existing events and a target event to merge them all into.