<?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: Modular Action Alert does not appear in the UI (Own App) - Configuration and logs verified. in Feedback</title>
    <link>https://community.splunk.com/t5/Feedback/Modular-Action-Alert-does-not-appear-in-the-UI-Own-App/m-p/755102#M602</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313953"&gt;@kenlymarP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check two things, in the metadata for your app; metdata/default[or local].meta do you have the&amp;nbsp;&lt;SPAN&gt;alert_actions exported globally? e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[alert_actions]
export = system

# OR
[]
export = system&lt;/LI-CODE&gt;&lt;P&gt;(See&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/devtools/customalertactions/configappcaa/#:~:text=Admin%20Manual.-,Export%20the%20alert%20action%20globally,-Export%20the%20alert" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/devtools/customalertactions/configappcaa/#:~:text=Admin%20Manual.-,Export%20the%20alert%20action%20globally,-Export%20the%20alert&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Secondly, if you go to&amp;nbsp;&lt;A href="http://yourSplunkInstance:8000/en-US/manager/search/alert_actions" target="_blank"&gt;http://yourSplunkInstance:8000/en-US/manager/search/alert_actions&lt;/A&gt;&amp;nbsp;do. you see you alert action, if so, is it Enabled?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&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;</description>
    <pubDate>Mon, 03 Nov 2025 14:47:04 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-11-03T14:47:04Z</dc:date>
    <item>
      <title>Modular Action Alert does not appear in the UI (Own App) - Configuration and logs verified.</title>
      <link>https://community.splunk.com/t5/Feedback/Modular-Action-Alert-does-not-appear-in-the-UI-Own-App/m-p/755065#M601</link>
      <description>&lt;P&gt;I am implementing a custom Modular Alert Action in Splunk 10.x, but the action does not appear in the Add Actions dropdown menu of the alerts, even though we have checked the syntax and the main logs.&lt;BR /&gt;All files are correctly located within the n8n_integration app,&lt;BR /&gt;&lt;BR /&gt;...\n8n_integration\default\alert_actions.conf --&amp;gt; file&lt;SPAN&gt;&amp;nbsp;alert_actions.conf&lt;/SPAN&gt;&lt;BR /&gt;...\n8n_integration\bin\payload_attack_force_brute_n8n.py --&amp;gt; script&lt;BR /&gt;...\n8n_integration\data\ui\alerts\payload_attack_force_brute_n8n.html --&amp;gt; UI&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Contents of alert_actions.conf&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;[payload_attack_force_brute_n8n]&lt;BR /&gt;label = Enviar Alerta N8N&lt;BR /&gt;description = Envia payload JSON de alerta de Fuerza Bruta a n8n&lt;BR /&gt;is_custom = 1&lt;BR /&gt;payload_format = json&lt;BR /&gt;python.version = python3&lt;BR /&gt;icon_path = n8n_integration/static/brute-force-attack-icon.png&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Diagnosis Performed and Discarded&lt;BR /&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I checked the python.log after reboot and when loading the alert page. There are no FATAL/ERROR errors related to the loading of the modular action script.&lt;/LI&gt;&lt;LI&gt;The stanza ([payload_attack_force_brute_n8n]) exactly matches the .py and .html file names.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any suggestions on where to look for a silent loading error or if there is a missing syntax in the stanza would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 00:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Feedback/Modular-Action-Alert-does-not-appear-in-the-UI-Own-App/m-p/755065#M601</guid>
      <dc:creator>kenlymarP</dc:creator>
      <dc:date>2025-11-03T00:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Action Alert does not appear in the UI (Own App) - Configuration and logs verified.</title>
      <link>https://community.splunk.com/t5/Feedback/Modular-Action-Alert-does-not-appear-in-the-UI-Own-App/m-p/755102#M602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313953"&gt;@kenlymarP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check two things, in the metadata for your app; metdata/default[or local].meta do you have the&amp;nbsp;&lt;SPAN&gt;alert_actions exported globally? e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[alert_actions]
export = system

# OR
[]
export = system&lt;/LI-CODE&gt;&lt;P&gt;(See&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/devtools/customalertactions/configappcaa/#:~:text=Admin%20Manual.-,Export%20the%20alert%20action%20globally,-Export%20the%20alert" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/devtools/customalertactions/configappcaa/#:~:text=Admin%20Manual.-,Export%20the%20alert%20action%20globally,-Export%20the%20alert&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Secondly, if you go to&amp;nbsp;&lt;A href="http://yourSplunkInstance:8000/en-US/manager/search/alert_actions" target="_blank"&gt;http://yourSplunkInstance:8000/en-US/manager/search/alert_actions&lt;/A&gt;&amp;nbsp;do. you see you alert action, if so, is it Enabled?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&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;</description>
      <pubDate>Mon, 03 Nov 2025 14:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Feedback/Modular-Action-Alert-does-not-appear-in-the-UI-Own-App/m-p/755102#M602</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-11-03T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Action Alert does not appear in the UI (Own App) - Configuration and logs verified.</title>
      <link>https://community.splunk.com/t5/Feedback/Modular-Action-Alert-does-not-appear-in-the-UI-Own-App/m-p/755139#M603</link>
      <description>&lt;P&gt;Hi, sorry for the delay.&lt;BR /&gt;I didn't have it exported to the system. I have added it to the metdata/default. However, it still does not appear in the web interface.&lt;BR /&gt;Regarding the second option, it does not appear in the Alert Actions section.&lt;BR /&gt;Any other suggestions please?&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I forgot to mention that I have splunk in a VM (VirtualBox), it is a lab to get experience using Splunk since I am new starting in cybersecurity. I already checked the permissions in my n8n_integration directory where the SYSTEM user has the necessary permissions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 00:15:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Feedback/Modular-Action-Alert-does-not-appear-in-the-UI-Own-App/m-p/755139#M603</guid>
      <dc:creator>kenlymarP</dc:creator>
      <dc:date>2025-11-04T00:15:26Z</dc:date>
    </item>
  </channel>
</rss>

