Project

General

Profile

Optimization #5643

Updated by Victor Julien over 1 year ago

Allow conditional pcap logging to be configured at the rule level, something like: 

 @config:logging disable, type pcap, scope flow;@ 

 flow;@abungay  

 Use case: Some rules are more informational than actionable and might not make sense to trigger pcap logging, and in some cases conditional pcap logging may even be too much.

Back