Thanks again for your help, I finally got things working. Thanks to your response, I added "| stats count(eval(y-axis-param <= 2)) as failcount" at the end of my search, then in trigger condition said "search failcount > 0". Before, I didn't have search in there.
Another change I had to make was that in the search, I included both the mentioned stats condition AND the condition for charting things - "| timechart (y-axis-param)". Whether or not this should be the case, I realized that things wouldn't work if I did both at the same time, just whatever was first in the search would be executed. So I removed the charting condition from the search" and just kept the stats condition, then the alerts started working.
Thanks so much!
... View more