Hello,
I am trying to config alert rules for our project. I know we could use all
and any
features which means and
and or
logic for multiple rules. But I could not find out how to use the combination of them.
What I want is:
Any of (Rule 1, Rule 2) And (Rule 3)
For example:
Any of (an issue is first seen, or an issue is seen more then 10 times in 1 hour) And (event’s exception is not RecordNotFound)
Any ideas or suggestions?
Cheers. Thanks a lot.
Zhichao.