<?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 Why does my Email Allowed Domain List in Alert Actions not show up in SplunkWeb? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-my-Email-Allowed-Domain-List-in-Alert-Actions-not-show/m-p/745105#M22162</link>
    <description>&lt;P&gt;I just upgraded to 9.4 and I got the new 9.3+ warning in SplunkWeb about the alert_actions.conf allowedDomainList setting not being set and that I should fix it.&lt;/P&gt;&lt;P&gt;I have now set the list correctly in an app and deployed the app to machine:&lt;/P&gt;&lt;P&gt;/opt/splunk/etc/apps/my_app/local/alert_action.conf&lt;/P&gt;&lt;P&gt;[email]&lt;/P&gt;&lt;P&gt;allowedDomainList = mydomain.com,myotherdomain.com&lt;/P&gt;&lt;P&gt;I then restart Splunk and I get no warnings. I then run the command:&lt;/P&gt;&lt;P&gt;/opt/splunk/bin/splunk cmd btool alert_actions list email&lt;/P&gt;&lt;P&gt;I see the following:&lt;/P&gt;&lt;P&gt;[email]&lt;/P&gt;&lt;P&gt;allowedDomainList = mydomain.com,myotherdomain.com&lt;/P&gt;&lt;P&gt;I then go into SplunkWeb and I do not see the allowedDomainList warning in the messages list - the issue is fixed.&lt;/P&gt;&lt;P&gt;I then go into Settings-&amp;gt;Server Settings-&amp;gt;Email Domains-&amp;gt;Allowed Domains and this setting is empty. I would expect to see "mydomain.com,myotherdomain.com" in the setting control.&lt;/P&gt;&lt;P&gt;Even when I have set everything correctly and Splunk Btool shows the right setting and I have restarted Splunk , why is the setting not showing up?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Apr 2025 14:47:09 GMT</pubDate>
    <dc:creator>BlueSocket</dc:creator>
    <dc:date>2025-04-28T14:47:09Z</dc:date>
    <item>
      <title>Why does my Email Allowed Domain List in Alert Actions not show up in SplunkWeb?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-my-Email-Allowed-Domain-List-in-Alert-Actions-not-show/m-p/745105#M22162</link>
      <description>&lt;P&gt;I just upgraded to 9.4 and I got the new 9.3+ warning in SplunkWeb about the alert_actions.conf allowedDomainList setting not being set and that I should fix it.&lt;/P&gt;&lt;P&gt;I have now set the list correctly in an app and deployed the app to machine:&lt;/P&gt;&lt;P&gt;/opt/splunk/etc/apps/my_app/local/alert_action.conf&lt;/P&gt;&lt;P&gt;[email]&lt;/P&gt;&lt;P&gt;allowedDomainList = mydomain.com,myotherdomain.com&lt;/P&gt;&lt;P&gt;I then restart Splunk and I get no warnings. I then run the command:&lt;/P&gt;&lt;P&gt;/opt/splunk/bin/splunk cmd btool alert_actions list email&lt;/P&gt;&lt;P&gt;I see the following:&lt;/P&gt;&lt;P&gt;[email]&lt;/P&gt;&lt;P&gt;allowedDomainList = mydomain.com,myotherdomain.com&lt;/P&gt;&lt;P&gt;I then go into SplunkWeb and I do not see the allowedDomainList warning in the messages list - the issue is fixed.&lt;/P&gt;&lt;P&gt;I then go into Settings-&amp;gt;Server Settings-&amp;gt;Email Domains-&amp;gt;Allowed Domains and this setting is empty. I would expect to see "mydomain.com,myotherdomain.com" in the setting control.&lt;/P&gt;&lt;P&gt;Even when I have set everything correctly and Splunk Btool shows the right setting and I have restarted Splunk , why is the setting not showing up?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 14:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-my-Email-Allowed-Domain-List-in-Alert-Actions-not-show/m-p/745105#M22162</guid>
      <dc:creator>BlueSocket</dc:creator>
      <dc:date>2025-04-28T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my Email Allowed Domain List in Alert Actions not show up in SplunkWeb?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-my-Email-Allowed-Domain-List-in-Alert-Actions-not-show/m-p/745112#M22163</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/92010"&gt;@BlueSocket&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Splunk Web UI under &lt;STRONG&gt;Settings -&amp;gt; Server Settings -&amp;gt; Email Domains -&amp;gt; Allowed Domains&lt;/STRONG&gt; specifically reads from and writes to the global configuration file located at $SPLUNK_HOME/etc/system/local/alert_actions.conf.&lt;/P&gt;&lt;P&gt;Since you configured allowedDomainList within an app context ($SPLUNK_HOME/etc/apps/my_app/local/alert_actions.conf), Splunk correctly applies this setting during its configuration layering process. This is why btool shows the setting as active and the warning message in Splunk Web disappears.&lt;/P&gt;&lt;P&gt;However, the UI page itself is designed only to display and manage the setting present in the system/local directory. It does not reflect settings inherited from app-level configurations. Your configuration is active and enforced, but it won't appear on that specific UI page unless you define it globally in $SPLUNK_HOME/etc/system/local/alert_actions.conf.&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; &lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt; If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Apr 2025 16:04:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-my-Email-Allowed-Domain-List-in-Alert-Actions-not-show/m-p/745112#M22163</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-04-28T16:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my Email Allowed Domain List in Alert Actions not show up in SplunkWeb?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-my-Email-Allowed-Domain-List-in-Alert-Actions-not-show/m-p/745118#M22164</link>
      <description>&lt;P&gt;*SIGH* I guessed that this might be the reason. It is just annoying that the settings from other apps are shown in part of the settings, but not this one.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 16:45:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-my-Email-Allowed-Domain-List-in-Alert-Actions-not-show/m-p/745118#M22164</guid>
      <dc:creator>BlueSocket</dc:creator>
      <dc:date>2025-04-28T16:45:44Z</dc:date>
    </item>
  </channel>
</rss>

