Skip to content

Commit 72272d0

Browse files
Tune rule indices (#5359)
(cherry picked from commit 13738b5)
1 parent ae0f40b commit 72272d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/cross-platform/reconnaissance_web_server_unusual_spike_in_error_logs.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/11/19"
33
integration = ["nginx", "apache", "apache_tomcat", "iis"]
44
maturity = "production"
5-
updated_date = "2025/11/19"
5+
updated_date = "2025/11/24"
66

77
[rule]
88
author = ["Elastic"]
@@ -32,7 +32,7 @@ tags = [
3232
timestamp_override = "event.ingested"
3333
type = "esql"
3434
query = '''
35-
from logs-network_traffic.http-*, logs-network_traffic.tls-*, logs-nginx.access-*, logs-apache.access-*, logs-apache_tomcat.access-*, logs-iis.access-*
35+
from logs-nginx.error-*, logs-apache_tomcat.error-*, logs-apache.error-*, logs-iis.error-*
3636
| keep
3737
@timestamp,
3838
event.type,

0 commit comments

Comments
 (0)