Issues with thresholding and alerts #9903
-
Hello all, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Rather than thresholding, you might be better off modifying the rule to handle this. Try this instead, from the Manager node: so-rule modify add 2006380 'any any' '![$EXCLUSION_HTTP] any' That will modify the rule to fire on any destination IP that is NOT contained in the variable EXCLUSION_HTTP. |
Beta Was this translation helpful? Give feedback.
-
Thank you, it's working! |
Beta Was this translation helpful? Give feedback.
Rather than thresholding, you might be better off modifying the rule to handle this.
Try this instead, from the Manager node:
so-rule modify add 2006380 'any any' '![$EXCLUSION_HTTP] any'
That will modify the rule to fire on any destination IP that is NOT contained in the variable EXCLUSION_HTTP.