Feature #5466
opendetect: allow alert-then-pass logic
Description
Currently pass acts as a noalert rule that stops further alerting.
Some usecases have been identified in which ppl want a "alert then pass" in a single rule. Currently they are forced to express this in 2 rules, an alert rule and a pass rule, where the action order and or priorities needs to be setup such that the alert rule is evaluated first.
We do support the following: alert .... (bypass; ...)
.
I think we could extend the config
rule keyword for this.
E.g. something like:alert ... (config:logging disable, type alert, scope flow;)
The behavior would still need to log the current alert, so it needs a bit of thought on how to express this.
Updated by Shivani Bhardwaj 9 months ago
I like Jason's idea. Other thoughts:
1. config:action pass, type alert, scope flow
Not sure if adding more than logging subsystem to config would be too much pain though.
2. new keyword to define next action post match. action:pass
which sets the rule's action to the defined action after executing the current defined action on the rule. (perhaps some other name to avoid confusion with the logs)
Updated by Juliana Fajardini Reichow 5 months ago
As a first solution, think of achieving this as a configuration option to log `PASS` rules to the alert eve type.
Updated by Juliana Fajardini Reichow 5 months ago
- Target version changed from TBD to 7.0.0-rc2
Updated by Juliana Fajardini Reichow 4 months ago
- Target version changed from 7.0.0-rc2 to 8.0.0-beta1