I have a field which contains http status code. I want to create a single alert query with multiple conditions. Example: condition1) status code is 500 and greater than 10% alert should be triggered. Condition 2) status code is 403 and greater than 20% alert should be triggered. Condition 3) status code is 503 and greater than 20% alert should be triggered. Also, Is it possible to have different time range for the above condition? like condition 1 and condition 2 should search for last 15 minutes, whereas condition 3 should search for last 30 mins. How do I form the query?
... View more