<?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 pass field value to custom alert action? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381765#M3893</link>
    <description>&lt;P&gt;Uh，official doc was misleaded me. I set up param.&lt;EM&gt;cam in alert_actions.conf. It's appeared! Thank you for helping me! ^&lt;/EM&gt;^&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:00:44 GMT</pubDate>
    <dc:creator>wlight600</dc:creator>
    <dc:date>2020-09-30T00:00:44Z</dc:date>
    <item>
      <title>How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381752#M3880</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;
    I'm creating custom alert action. I can use my alert action in save alert and Correlation search. But I meet a trouble. &lt;BR /&gt;
    When I type my string to alert action, it worked and my script received string. But I type  variable string like:  $src_ip$ is evil. After run this alert action, I found that I can received Notable events, but src_ip field is null.&lt;BR /&gt;
    How to pass Notable event field values to alert action? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381752#M3880</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2020-09-29T23:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381753#M3881</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can you please try &lt;CODE&gt;$result.src_ip$&lt;/CODE&gt; instead of &lt;CODE&gt;$src_ip$&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 19:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381753#M3881</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-03-27T19:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381754#M3882</link>
      <description>&lt;P&gt;You mean, I pass value when creating correlation search, I should use $result.src_ip$? Whether need I write some configuration in any conf ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 01:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381754#M3882</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2019-03-28T01:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381755#M3883</link>
      <description>&lt;P&gt;If you are using your custom alert action directly in your search with &lt;CODE&gt;sendalert&lt;/CODE&gt; command then yes you can pass &lt;CODE&gt;$result.src_ip$&lt;/CODE&gt; to your custom alert action. Have a look at &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.5/AdvancedDev/ModAlertsLog"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.5/AdvancedDev/ModAlertsLog&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:24:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381755#M3883</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-03-28T12:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381756#M3884</link>
      <description>&lt;P&gt;Uh, your first answer is right. I just write html and restart splunk, no need to moidfy configuration.Thnx!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 06:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381756#M3884</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2019-03-29T06:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381757#M3885</link>
      <description>&lt;P&gt;I meet another trouble.  When I want to use alert action in Incident Review, I can't find this action in Run Adaptive Response Actions. How do I config to invoke aler action in Incident Review. Thank you  very much!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 05:41:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381757#M3885</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2019-04-01T05:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381758#M3886</link>
      <description>&lt;P&gt;Have a look at this doc &lt;A href="https://docs.splunk.com/Documentation/ES/5.2.2/Install/ImportCustomApps"&gt;https://docs.splunk.com/Documentation/ES/5.2.2/Install/ImportCustomApps&lt;/A&gt; , you need to configure ES so that it will import config from your custom alert actions app.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 07:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381758#M3886</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-01T07:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381759#M3887</link>
      <description>&lt;P&gt;I had already import custom app at first. It seems that not work!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 08:04:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381759#M3887</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2019-04-01T08:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381760#M3888</link>
      <description>&lt;P&gt;What's your custom app name which contain alert action config ? and can you please provide ES &lt;CODE&gt;app_imports_update://update_es&lt;/CODE&gt; configuration ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 08:13:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381760#M3888</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-01T08:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381761#M3889</link>
      <description>&lt;P&gt;When you create custom alert action, you need to tick 'support' ad-hoc invocations [ you can see this when you build the add-on using Add-on builder], so the alert actions can work in ES framework and will be available in the list of adaptive response. &lt;A href="http://dev.splunk.com/view/addon-builder/SP-CAAAFBS"&gt;http://dev.splunk.com/view/addon-builder/SP-CAAAFBS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 10:49:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381761#M3889</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-04-01T10:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381762#M3890</link>
      <description>&lt;P&gt;I create it with manual, so I want to know manual to do !&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 11:47:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381762#M3890</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2019-04-01T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381763#M3891</link>
      <description>&lt;P&gt;I set it in App Import Updates in ES. &lt;BR /&gt;
Application Regular Expression: &lt;CODE&gt;(appsbrowser)|(phantom)|(search)|([ST]A-.*)|(Splunk_[ST]A_.*)|(DA-ESS-.*)|(Splunk_DA-ESS_.*)|(send_notify)|(sao)&lt;/CODE&gt;&lt;BR /&gt;
Last two name are my app name,is this set right?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 11:51:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381763#M3891</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2019-04-01T11:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381764#M3892</link>
      <description>&lt;P&gt;That looks good, have you updated it via modifying conf file directly OR have you updated in Splunk ES Web ? If you updated it via modifying conf file directly then you need to restart splunk.&lt;/P&gt;

&lt;P&gt;EDIT: You need to restart Splunk no matter how you modified it. See point 6 and 5 on this doc &lt;A href="https://docs.splunk.com/Documentation/ES/5.2.2/Install/ImportCustomApps#Import_add-ons_with_a_different_naming_convention"&gt;https://docs.splunk.com/Documentation/ES/5.2.2/Install/ImportCustomApps#Import_add-ons_with_a_different_naming_convention&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:15:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381764#M3892</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-01T12:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381765#M3893</link>
      <description>&lt;P&gt;Uh，official doc was misleaded me. I set up param.&lt;EM&gt;cam in alert_actions.conf. It's appeared! Thank you for helping me! ^&lt;/EM&gt;^&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/381765#M3893</guid>
      <dc:creator>wlight600</dc:creator>
      <dc:date>2020-09-30T00:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass field value to custom alert action?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/698718#M12055</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163905"&gt;@harsmarvania57&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, it's working with BMC Helix integration &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 23:46:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-pass-field-value-to-custom-alert-action/m-p/698718#M12055</guid>
      <dc:creator>muhammad_luthfi</dc:creator>
      <dc:date>2024-09-10T23:46:53Z</dc:date>
    </item>
  </channel>
</rss>

