File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TrendMicroDeepSecurity/default Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ auto_summarize.dispatch.earliest_time = -1d@h
6060cron_schedule = 0 0 * * *
6161description = All events from Deep Security's modules
6262dispatch.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]
6666alert.suppress = 0
@@ -78,7 +78,7 @@ auto_summarize.dispatch.earliest_time = -1d@h
7878cron_schedule = 0 0 * * *
7979description = All High and Critical severity events from Deep Security's modules
8080dispatch.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]
8484alert.suppress = 0
You can’t perform that action at this time.
0 commit comments