Possible fix for issue description and removed Connection Refused alert (#9233)

This commit is contained in:
Matteo Biscosi 2025-05-23 11:20:10 +02:00
parent 6c6b94b775
commit 13ebc1e8d0
9 changed files with 5 additions and 8 deletions

View file

@ -26,7 +26,7 @@ local flow_alert_keys = {
flow_alert_notused_4 = 17, -- No longer used, can be recycled
flow_alert_notused_5 = 18, -- No longer used, can be recycled
flow_alert_tcp_packets_issues = 19,
flow_alert_tcp_connection_refused = 20,
flow_alert_notused_6 = 20,
flow_alert_tcp_severe_connection_issues = 21,
flow_alert_tls_certificate_expired = 22,
flow_alert_tls_certificate_mismatch = 23,