chg: [app:config] Added eventReports as accepted notification scope

This commit is contained in:
Sami Mokaddem 2024-07-08 10:25:19 +02:00
parent 1277dbb132
commit 33bc5ca0bb

View file

@ -10,6 +10,7 @@ misp_skipssl = True
live_logs_accepted_scope = {
'events': ['add', 'edit', 'delete', 'restSearch',],
'attributes': ['add', 'edit', 'delete', 'restSearch',],
'eventReports': ['add', 'edit', 'delete',],
'tags': '*',
}