Sounds like you want to define a scheduled alert.
First, figure out the search that will identify spam. Maybe something like this
sourcetype=myemail | stats count by mailerDomain | where count >= 200
Then click "Create Alert" from the pull-down menu on the right, and follow the directions in the documentation. The search that I have given would trigger an alert if you used the conditions "number of results > 0"
HTH
Sounds like you want to define a scheduled alert.
First, figure out the search that will identify spam. Maybe something like this
sourcetype=myemail | stats count by mailerDomain | where count >= 200
Then click "Create Alert" from the pull-down menu on the right, and follow the directions in the documentation. The search that I have given would trigger an alert if you used the conditions "number of results > 0"
HTH