File tree 1 file changed +2
-2
lines changed
TrendMicroDeepSecurity/default
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
60
60
cron_schedule = 0 0 * * *
61
61
description = All events from Deep Security's modules
62
62
dispatch.earliest_time = -1h
63
- search = sourcetype=deepsecurity* NOT deepsecurity-system_events
63
+ search = sourcetype=deepsecurity* sourcetype!= deepsecurity-system_events
64
64
65
65
[Deep Security - Intrusion Prevention Events]
66
66
alert.suppress = 0
@@ -78,7 +78,7 @@ auto_summarize.dispatch.earliest_time = -1d@h
78
78
cron_schedule = 0 0 * * *
79
79
description = All High and Critical severity events from Deep Security's modules
80
80
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
82
82
83
83
[Deep Security - Application Control Events]
84
84
alert.suppress = 0
You can’t perform that action at this time.
0 commit comments