<?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 to send Splunk email alerts through AWS SES in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37910#M748</link>
    <description>&lt;P&gt;Amazon now offers SMTP Server with their AWS SES service.&lt;BR /&gt;
We got it working now.&lt;BR /&gt;
Here is how you do it:&lt;BR /&gt;
go to amazon and set the SMTP incl. one user up. (see Amazon doc)&lt;/P&gt;

&lt;P&gt;In Splunk:&lt;BR /&gt;
Mail host: (choose the one amazon tells you)&lt;BR /&gt;
email-smtp.us-east-1.amazonaws.com:465&lt;BR /&gt;
Security: Enable SSL&lt;BR /&gt;
UserName: amazon crypto username&lt;BR /&gt;
Pass: abc&lt;BR /&gt;
Link hostname: your external IP of the splunkserver&lt;BR /&gt;
send emails as: the verfied Email adress&lt;/P&gt;

&lt;P&gt;That setup worked for us&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2012 08:20:31 GMT</pubDate>
    <dc:creator>philipp_schneid</dc:creator>
    <dc:date>2012-02-17T08:20:31Z</dc:date>
    <item>
      <title>How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37906#M744</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am working on ubuntu servers on AWS and wants to use SES functionality of AWS to send splunk email alerts, is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2011 06:41:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37906#M744</guid>
      <dc:creator>jobycxa</dc:creator>
      <dc:date>2011-07-04T06:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37907#M745</link>
      <description>&lt;P&gt;I'd say "sure, it's possible -- if you're willing to write some code to do it".  The default Splunk "send email" action uses plain old SMTP under the covers.  You could modify &lt;CODE&gt;$SPLUNK_HOME/etc/apps/search/bin/sendemail.py&lt;/CODE&gt; to use the Amazon SES API.  These changes could get overlaid during an upgrade and would probably not be supported by Splunk support.  &lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2011 21:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37907#M745</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-07-04T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37908#M746</link>
      <description>&lt;P&gt;It'll be great if you can throw some light on this as i am not familiar with python scripts.Any documentation link for this?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2011 04:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37908#M746</guid>
      <dc:creator>jobycxa</dc:creator>
      <dc:date>2011-07-05T04:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37909#M747</link>
      <description>&lt;P&gt;This really isn't in an area of publicly documented Splunk.  You're changing what is basically an exposed implementation detail.  If you don't know python, your job probably just got a little harder.  The documentation for the sendemail command ( &lt;A href="http://www.splunk.com/base/Documentation/latest/SearchReference/Sendemail"&gt;http://www.splunk.com/base/Documentation/latest/SearchReference/Sendemail&lt;/A&gt; ) might help you, as well as the documentation around alert_actions.conf ( &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Alertactionsconf"&gt;http://www.splunk.com/base/Documentation/latest/Admin/Alertactionsconf&lt;/A&gt; ).  There's also an article at Amazon ( &lt;A href="http://aws.amazon.com/articles/2405502737055650"&gt;http://aws.amazon.com/articles/2405502737055650&lt;/A&gt; ) that provides an example of SES in python.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37909#M747</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-07-05T21:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37910#M748</link>
      <description>&lt;P&gt;Amazon now offers SMTP Server with their AWS SES service.&lt;BR /&gt;
We got it working now.&lt;BR /&gt;
Here is how you do it:&lt;BR /&gt;
go to amazon and set the SMTP incl. one user up. (see Amazon doc)&lt;/P&gt;

&lt;P&gt;In Splunk:&lt;BR /&gt;
Mail host: (choose the one amazon tells you)&lt;BR /&gt;
email-smtp.us-east-1.amazonaws.com:465&lt;BR /&gt;
Security: Enable SSL&lt;BR /&gt;
UserName: amazon crypto username&lt;BR /&gt;
Pass: abc&lt;BR /&gt;
Link hostname: your external IP of the splunkserver&lt;BR /&gt;
send emails as: the verfied Email adress&lt;/P&gt;

&lt;P&gt;That setup worked for us&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2012 08:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37910#M748</guid>
      <dc:creator>philipp_schneid</dc:creator>
      <dc:date>2012-02-17T08:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37911#M749</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Update to the answer of Philipp Schneider:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;The Link hostname is NOT your &lt;STRONG&gt;&lt;EM&gt;external&lt;/EM&gt;&lt;/STRONG&gt; IP of the splunkserver, but the &lt;STRONG&gt;&lt;EM&gt;internal&lt;/EM&gt;&lt;/STRONG&gt; IP! Because if you're enable the PDF Server for Linux to schedule PDF reports, you will not be able to generate PDF's with your external IP!&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;

&lt;P&gt;Selim&lt;/P&gt;

&lt;P&gt;System Administrator, Junior - Cloud Development&lt;/P&gt;

&lt;P&gt;coresystems ag &lt;/P&gt;

&lt;P&gt;Villa im Park | Dorfstrasse 69 &lt;/P&gt;

&lt;P&gt;5210 Windisch | Switzerland&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 13:27:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37911#M749</guid>
      <dc:creator>Selim_Imoberdor</dc:creator>
      <dc:date>2012-03-09T13:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37912#M750</link>
      <description>&lt;P&gt;philippschneider's answer worked with a minor change - instead of enable SSL, I had to use Enable TLS.&lt;/P&gt;

&lt;P&gt;Mail host: email-smtp.us-east-1.amazonaws.com    (no port mentioned)&lt;BR /&gt;
Enable TLS&lt;BR /&gt;
Username: SESUSERNAME&lt;BR /&gt;
Password: SESPASSWORD&lt;BR /&gt;
send email as: verified email address&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37912#M750</guid>
      <dc:creator>mchandramouli</dc:creator>
      <dc:date>2012-10-10T14:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Splunk email alerts through AWS SES</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37913#M751</link>
      <description>&lt;P&gt;Thanks, the "No Port" comment prevented me from ripping out the little hair I have left &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 20:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-Splunk-email-alerts-through-AWS-SES/m-p/37913#M751</guid>
      <dc:creator>klausg</dc:creator>
      <dc:date>2015-05-12T20:00:17Z</dc:date>
    </item>
  </channel>
</rss>

