Forum Discussion
MatRock345
Oct 05, 2021Copper Contributor
Create alert when there are no results from query
Hi,
I want to create alert when there are no results in the last 30 minutes is specific table.
How can I do it?
2 Replies
Sort By
- GaryBusheyBronze Contributor
MatRock345 Write the query in your Analytic rule that would return any row within the last 30 minutes and in the "Set rule logic" tab when you are creating your query and in the "Alert threshold" section change the "Generate alert when number of query results" drop down to be "is equal to" 0
That way the alert will be generated when there are NO events found.
- MatRock345Copper ContributorThanks!