From 33bc5ca0bbb4c7b5c9f059c592a6ac6d38daec71 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Mon, 8 Jul 2024 10:25:19 +0200 Subject: [PATCH] chg: [app:config] Added eventReports as accepted notification scope --- config.py.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py.sample b/config.py.sample index eccca88..8bd7b8c 100644 --- a/config.py.sample +++ b/config.py.sample @@ -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': '*', }