<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I debug alert emails not sending in Splunk Cloud? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247925#M4636</link>
    <description>&lt;P&gt;We are using Splunk Cloud; I was under the impression that the email server was builtin to the instance. I checked the mail server settings. It says the host is 127.0.0.1:25, there is email security, and the username/password are blank.&lt;/P&gt;

&lt;P&gt;I wasn't the original person who set this up, but I asked that guy and he says he doesn't remember ever having to set up a mail server. Please correct me if I'm wrong, and we are indeed supposed to have our own mail server for Splunk Cloud.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2016 22:36:04 GMT</pubDate>
    <dc:creator>jdreaver</dc:creator>
    <dc:date>2016-03-16T22:36:04Z</dc:date>
    <item>
      <title>How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247919#M4630</link>
      <description>&lt;P&gt;We have an alert that sends emails when triggered, and up until a few weeks ago it successfully sent emails to a company email and a PagerDuty alert email. We noticed that we stop getting the emails for this particular alert, and I want to investigate why. The alert still triggers a few times a day, but the emails never come. I've tested that the email addresses still work (for example, sending an email to the given PagerDuty email successfully creates an alert). &lt;/P&gt;

&lt;P&gt;All of the docs and info I find about debugging this issue want me to traverse some Splunk log (for example, in $SPLUNK_HOME/var/log/splunk/scheduler.log). However, we use Splunk Cloud, so I don't have access to that log file. How can I find out why emails are not being sent?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 21:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247919#M4630</guid>
      <dc:creator>jdreaver</dc:creator>
      <dc:date>2016-03-14T21:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247920#M4631</link>
      <description>&lt;P&gt;You can try to use the sendemail command from the search bar to see if you can force an email out.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Sendemail"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Sendemail&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;To search on the internal logs, you can try accessing the _internal index.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*scheduler.log
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Mar 2016 23:35:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247920#M4631</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2016-03-14T23:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247921#M4632</link>
      <description>&lt;P&gt;Awesome, thanks for the info! I'll see if this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 23:56:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247921#M4632</guid>
      <dc:creator>jdreaver</dc:creator>
      <dc:date>2016-03-14T23:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247922#M4633</link>
      <description>&lt;P&gt;In python.log, I see entries saying that the emails are being sent for the alerts using &lt;CODE&gt;sendemail&lt;/CODE&gt;. I also see in scheduler.log that the alerts are being triggered.&lt;/P&gt;

&lt;P&gt;I tried sending an email to both my company email and personal email using &lt;CODE&gt;index=_internal | head 1 | sendemail to="david@frontrowed.com" sendresults=true&lt;/CODE&gt;. 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.&lt;/P&gt;

&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 00:22:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247922#M4633</guid>
      <dc:creator>jdreaver</dc:creator>
      <dc:date>2016-03-15T00:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247923#M4634</link>
      <description>&lt;P&gt;Hey Rob, any updates on this? We still aren't receiving any emails from our Splunk Cloud instance, and we don't have a clue about what's wrong. All of the logs look fine and we can't see any errors with sending emails.&lt;/P&gt;

&lt;P&gt;I greatly appreciate any assistance you guys can give us.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 18:56:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247923#M4634</guid>
      <dc:creator>jdreaver</dc:creator>
      <dc:date>2016-03-16T18:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247924#M4635</link>
      <description>&lt;P&gt;Most likely there is something wrong with the email server that its connected to. If there had been an error on the splunk side, you would have seen it with the searches that you have run and it would have shown in a log. If the logs are reporting that everything was sent, what that really means is that it was sent to the mail server to process and actually send out. What do you have set up for a mail server in your Splunk settings and can you verify the credentials?&lt;/P&gt;

&lt;P&gt;Alternatively, you might also want to check if there is a security control in place (or AV?) that might have closed the connection to your mail server.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247924#M4635</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2016-03-16T22:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247925#M4636</link>
      <description>&lt;P&gt;We are using Splunk Cloud; I was under the impression that the email server was builtin to the instance. I checked the mail server settings. It says the host is 127.0.0.1:25, there is email security, and the username/password are blank.&lt;/P&gt;

&lt;P&gt;I wasn't the original person who set this up, but I asked that guy and he says he doesn't remember ever having to set up a mail server. Please correct me if I'm wrong, and we are indeed supposed to have our own mail server for Splunk Cloud.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:36:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247925#M4636</guid>
      <dc:creator>jdreaver</dc:creator>
      <dc:date>2016-03-16T22:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247926#M4637</link>
      <description>&lt;P&gt;Please don't hesitate to follow up with the Cloud support on that. However, here is the link to the docs for setting up the email alerting in Splunk Cloud.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Alert/Emailnotification#Configure_email_notification_settings" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Alert/Emailnotification#Configure_email_notification_settings&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247926#M4637</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2020-09-29T09:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247927#M4638</link>
      <description>&lt;P&gt;You should open a ticket with Support on this.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 09:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247927#M4638</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-03-17T09:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247928#M4639</link>
      <description>&lt;P&gt;Looks like I have have the exact same problem as you.&lt;/P&gt;

&lt;P&gt;I've tried using the mail host 127.0.0.1:25 as well as another mail host belonging to the customer I'm currently working with. I've also tried sending emails from Splunk to several different email accounts, just to make sure there isn't some kind of filter blocking them out (I've encountered that problem at another customer).&lt;/P&gt;

&lt;P&gt;I'm currently using a Splunk Cloud Trial instance. Don't know if that matter?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247928#M4639</guid>
      <dc:creator>hettervik</dc:creator>
      <dc:date>2016-03-17T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug alert emails not sending in Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247929#M4640</link>
      <description>&lt;P&gt;Have a similar issue using Insights for Infrastructure. SMTP settings correctly set up. Alerts set up, but nothing showing up in python.log (empty 0kb) and no maillog.log file found.&lt;/P&gt;

&lt;P&gt;Are there other tests I can run from within Insights For Infrastructure to ensure splunk can send mail out and then we can focus on alerting?&lt;/P&gt;

&lt;P&gt;any help is appreciated &lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 22:31:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-debug-alert-emails-not-sending-in-Splunk-Cloud/m-p/247929#M4640</guid>
      <dc:creator>johnquinn</dc:creator>
      <dc:date>2020-02-11T22:31:48Z</dc:date>
    </item>
  </channel>
</rss>

