Advanced Rules
Rule Triggers can be more Advanced, to only execute for specific jobs within a signature.
For example, you can make a Rule only trigger on Signature jobs:
- in the
fpu
component - or jobs containing an
error
- or jobs matching the regular expression
expected.*3x
This allows splitting of common signatures into sub-signatures, so different users can work on different portions of a signature.
Example
Lets assume Signature 2002
is a common Segmentation Fault
signature, which shows up
in multiple Components.
We should create a rule for each component, potentially looking for specific message pieces.