Skip to content

Commit 31ba45b

Browse files
DS-22025 Fix saved search to exclude system events
1 parent baa5d9d commit 31ba45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TrendMicroDeepSecurity/default/savedsearches.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ auto_summarize.dispatch.earliest_time = -1d@h
6060
cron_schedule = 0 0 * * *
6161
description = All events from Deep Security's modules
6262
dispatch.earliest_time = -1h
63-
search = sourcetype=deepsecurity* NOT deepsecurity-system_events
63+
search = sourcetype=deepsecurity* sourcetype!=deepsecurity-system_events
6464

6565
[Deep Security - Intrusion Prevention Events]
6666
alert.suppress = 0
@@ -78,7 +78,7 @@ auto_summarize.dispatch.earliest_time = -1d@h
7878
cron_schedule = 0 0 * * *
7979
description = All High and Critical severity events from Deep Security's modules
8080
dispatch.earliest_time = -1h
81-
search = sourcetype=deepsecurity* NOT deepsecurity-system_events cef_severity > 7
81+
search = sourcetype=deepsecurity* sourcetype!=deepsecurity-system_events cef_severity > 7
8282

8383
[Deep Security - Application Control Events]
8484
alert.suppress = 0

0 commit comments

Comments
 (0)