Actions
Optimization #5125
closedBug #5120: alerts: 5.0.8/6.0.4 count noalert sigs towards built-in alert limit (6.0.x backport)
Use configurable or more dynamic @ PACKET_ALERT_MAX@ (6.0.x backport)
Effort:
Difficulty:
Label:
Description
Currently, PACKET_ALERT_MAX
is hardcoded to 15
This turned out to be a problem writing S-V test, with many signatures (different variations of a feature) matching on the same packet
That was HTTP keywords on HTTP2 traffic, where I had one packet containing 3 requests
It would be nice to have this value be configurable from suricata.yaml
Actions