- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Splunk community,
I have a search in Splunk that generates results:
index="myindex" message_id="AU2" | stats count by src | search count > 2
It basically searches the index for events of type "AU2" and shows an alert when they are greater than 2.
I have created several alerts with different modes:
Real-time Mode
Scheduled Mode
When I run:
It shows the following:
Could you tell me what I might be doing wrong or what I might be missing?
Regards.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @livehybrid
First of all, thank you for your quick response.
It is greatly appreciated.
In the end, it was a much simpler mistake; I forgot to include the port in the SMTP FQDN since it is under SSL.
Regards
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Regard the second alert - I think that looks like it should fire, although there is no supression enabled and the crontab is set to run every minute - so you might find you get a lot of alerts!
Its worth checking in the _audit index to see if the search is executing successfully and if it alerts. Also, have you checked your Spam folder incase the emails have ended up there? Have you previously been able to send an email from Splunk and received it in your inbox?
Please let me know how you get on and consider adding karma to this or any other answer if it has helped.
Regards
Will
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @SPLAUR
it’s generally not advised to use real time searching. Scheduled is much better on your system!
Also, you have the value of “1” in the supress fields box on the first alert but this should probably be “src”
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @livehybrid
First of all, thank you for your quick response.
It is greatly appreciated.
In the end, it was a much simpler mistake; I forgot to include the port in the SMTP FQDN since it is under SSL.
Regards
