Adding log about MISP publish skip
parent
5cc5f99c45
commit
461452f420
|
@ -146,6 +146,8 @@ def post_stix(manager, content_block, collection_ids, service_id):
|
||||||
):
|
):
|
||||||
log.info("Publishing event to MISP with ID {}".format(event.get('uuid')))
|
log.info("Publishing event to MISP with ID {}".format(event.get('uuid')))
|
||||||
MISP.publish(event)
|
MISP.publish(event)
|
||||||
|
else:
|
||||||
|
log.info("Skipping MISP event publishing")
|
||||||
else:
|
else:
|
||||||
log.info("No attributes, not bothering.")
|
log.info("No attributes, not bothering.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue