<?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 change the &amp;quot;From&amp;quot; address when an alert email is generated from a new search head server in the cluster? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237278#M4434</link>
    <description>&lt;P&gt;Under "old" - I meant servers that were already  members of the cluster.  All 4 servers have the same splunk version "6.3.3"  and all 4 servers have  the same line in [email] stanza: &lt;BR /&gt;
from = splunk&lt;/P&gt;

&lt;P&gt;But when email actually comes to a recipient , the "From" field looks different:&lt;BR /&gt;
 1. for newly added splunk search head it's &lt;BR /&gt;
    &lt;STRONG&gt;From &lt;A href="mailto:splunk@hostname.com" target="_blank"&gt;splunk@hostname.com&lt;/A&gt;&lt;/STRONG&gt; &lt;BR /&gt;
     Splunk Alert Test&lt;BR /&gt;
 2. From other search head servers it's&lt;BR /&gt;
     &lt;STRONG&gt;From Splunk Alert&lt;/STRONG&gt;&lt;BR /&gt;
     Splunk Alert Test&lt;BR /&gt;
     Note: not of them has $SPLUNK_HOME/etc/system/local/alert_ations.conf version &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:19:10 GMT</pubDate>
    <dc:creator>mlevsh</dc:creator>
    <dc:date>2020-09-29T11:19:10Z</dc:date>
    <item>
      <title>How to change the "From" address when an alert email is generated from a new search head server in the cluster?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237276#M4432</link>
      <description>&lt;P&gt;We have 4 search head servers in search cluster. One of them was added recently.&lt;/P&gt;

&lt;P&gt;When Splunk alerts come from "old" servers ,  they show "&lt;STRONG&gt;Splunk Alert&lt;/STRONG&gt;  &lt;A href="mailto:splunk@servername.com"&gt;splunk@servername.com&lt;/A&gt;" as a sender.&lt;/P&gt;

&lt;P&gt;Splunk Alerts from a newly added server has just "&lt;A href="mailto:splunk@servername.com"&gt;splunk@servername.com&lt;/A&gt;".  As a result, a recipient of the email sees this email address, not the name "&lt;STRONG&gt;Splunk Alert&lt;/STRONG&gt;".&lt;/P&gt;

&lt;P&gt;Cannot find where to change it.  All servers have the same /opt/splunk/etc/system/default/alert_actions.conf &lt;/P&gt;

&lt;P&gt;Thank you in advance for any suggestions.&lt;/P&gt;

&lt;P&gt;UPDATE: the fix for the issue above was not Splunk related. The following  splunk@ was added to existing Contact "Splunk Alerts" by our AD administrator. &lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 20:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237276#M4432</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2016-10-07T20:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the "From" address when an alert email is generated from a new search head server in the cluster?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237277#M4433</link>
      <description>&lt;P&gt;The default &lt;CODE&gt;from&lt;/CODE&gt; email address in newer versions is &lt;CODE&gt;splunk@$LOCALHOST&lt;/CODE&gt;. You should be able to update the &lt;CODE&gt;from&lt;/CODE&gt; email address by updating the alert_actions.conf file's &lt;CODE&gt;[email]&lt;/CODE&gt; stanza. Refrain modifying any conf file in the directory &lt;CODE&gt;/opt/splunk/etc/system/default/&lt;/CODE&gt;. It's a big no-no.  You can create a file &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Alertactionsconf"&gt;alert_actions.conf&lt;/A&gt; in the directory &lt;CODE&gt;/opt/splunk/etc/system/local/&lt;/CODE&gt; instead and add following :-&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;/opt/splunk/etc/system/local/alert_actions.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[email]
from = Splunk Alert splunk@hostname.acml.com
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Oct 2016 21:04:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237277#M4433</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-10-07T21:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the "From" address when an alert email is generated from a new search head server in the cluster?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237278#M4434</link>
      <description>&lt;P&gt;Under "old" - I meant servers that were already  members of the cluster.  All 4 servers have the same splunk version "6.3.3"  and all 4 servers have  the same line in [email] stanza: &lt;BR /&gt;
from = splunk&lt;/P&gt;

&lt;P&gt;But when email actually comes to a recipient , the "From" field looks different:&lt;BR /&gt;
 1. for newly added splunk search head it's &lt;BR /&gt;
    &lt;STRONG&gt;From &lt;A href="mailto:splunk@hostname.com" target="_blank"&gt;splunk@hostname.com&lt;/A&gt;&lt;/STRONG&gt; &lt;BR /&gt;
     Splunk Alert Test&lt;BR /&gt;
 2. From other search head servers it's&lt;BR /&gt;
     &lt;STRONG&gt;From Splunk Alert&lt;/STRONG&gt;&lt;BR /&gt;
     Splunk Alert Test&lt;BR /&gt;
     Note: not of them has $SPLUNK_HOME/etc/system/local/alert_ations.conf version &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237278#M4434</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2020-09-29T11:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the "From" address when an alert email is generated from a new search head server in the cluster?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237279#M4435</link>
      <description>&lt;P&gt;In addition, to my previous comment: when I put 'Splunk Alert' as 'from' in [email] stanza,&lt;BR /&gt;
the system takes first word 'Splunk' and adds hostname by default. the second word 'Alert' is not used&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 21:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237279#M4435</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2016-10-07T21:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the "From" address when an alert email is generated from a new search head server in the cluster?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237280#M4436</link>
      <description>&lt;P&gt;@somesoni2, just an update fyi. In our case the issue was resolved not through Splunk at all, but through our mail exchange settings. Apparently,  we had a Contact called "Splunk Alerts" . Messaging administrator just added  &lt;A href="mailto:splunk@hostname.acml.com"&gt;splunk@hostname.acml.com&lt;/A&gt; to that contact.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 21:15:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-change-the-quot-From-quot-address-when-an-alert-email-is/m-p/237280#M4436</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2017-02-23T21:15:47Z</dc:date>
    </item>
  </channel>
</rss>

