In python.log, I see entries saying that the emails are being sent for the alerts using sendemail . I also see in scheduler.log that the alerts are being triggered.
I tried sending an email to both my company email and personal email using index=_internal | head 1 | sendemail to="
[email protected]" sendresults=true . I then checked the python.log and I saw that it tried to send the message. However, I never received the emails, and I don't see any errors.
I think that our Splunk Cloud instance isn't sending emails for some reason, and I'm not sure how to further debug the issue because I don't see any error messages. It looks like everything works in the logs, but then I don't receive the emails.
... View more