Skip to content

Commit a3ea367

Browse files
authored
Remove event limit from error log rule
Removed limit on the number of events in the rule.
1 parent cf96054 commit a3ea367

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/cross-platform/reconnaissance_web_server_unusual_spike_in_error_logs.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ from
5252
by source.ip, agent.id
5353
| where
5454
Esql.event_count > 25
55-
| limit 100
5655
'''
5756

5857
[[rule.threat]]

0 commit comments

Comments
 (0)