<?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 is the custom alert script failing with sendalert? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435244#M7567</link>
    <description>&lt;P&gt;I'm trying to create a custom alert application. All I want to do right now is to see what kind of parameters I can pull and utilize. So I'm just doing a simple print into a file. I created an app called say, test. And the script is called showconfiguration. This is my first time making a custom app.&lt;/P&gt;
&lt;P&gt;Here's what the directory structure looks like under /opt/splunk/etc/apps/test:&lt;BR /&gt;test/&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;├── appserver
│&amp;nbsp;&amp;nbsp; └── static
│&amp;nbsp;&amp;nbsp;     └── icon.png
├── bin
│&amp;nbsp;&amp;nbsp; └── showconfiguration.py
├── default
│&amp;nbsp;&amp;nbsp; ├── alert_actions.conf
│&amp;nbsp;&amp;nbsp; ├── app.conf
│&amp;nbsp;&amp;nbsp; └── data
│&amp;nbsp;&amp;nbsp;     └── ui
│&amp;nbsp;&amp;nbsp;         └── alerts
│&amp;nbsp;&amp;nbsp;             └── showconfiguration.html
├── metadata
│&amp;nbsp;&amp;nbsp; ├── default.meta
│&amp;nbsp;&amp;nbsp; └── local.meta
└── README
    └── alert_actions.conf.spec

Here's alert_actions.conf contents:
&amp;gt; [showconfiguration]
&amp;gt;is_custom = 1
&amp;gt;label = Testing Splunk alerting capability
&amp;gt;description = Testing
&amp;gt;icon_path = icon.png
&amp;gt;payload_format = json
&amp;gt;param.trigger_reason = Saved Search [test] number of events ($job.resultCount$)
&amp;gt;param.result_count = $job.resultCount$
&amp;gt;param.one = two


Contents of app.conf:
&amp;gt; [ui]
&amp;gt;is_visible = 0
&amp;gt;label = Alert Tests
&amp;gt;
&amp;gt;[launcher]
&amp;gt;author = Me
&amp;gt;description = Testing splunk alert capability
&amp;gt;version = 0.1
&amp;gt;
&amp;gt;[install]
&amp;gt;state = enabled
&amp;gt;is_configured = 1
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And everything is owned by splunk:splunk and I think has the correct permissions. &lt;BR /&gt;So I create an alert and set it to run this custom alert. It never runs and I see this error in the splunkd.log:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;08-29-2018 15:10:40.746 -0400 ERROR sendmodalert - Error in 'sendalert' command: Alert action "showconfiguration" not found.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know what I did wrong here. How do I get sendalert to recognize the showconfiguration script??&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 22:02:19 GMT</pubDate>
    <dc:creator>jrehl01</dc:creator>
    <dc:date>2020-06-09T22:02:19Z</dc:date>
    <item>
      <title>Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435244#M7567</link>
      <description>&lt;P&gt;I'm trying to create a custom alert application. All I want to do right now is to see what kind of parameters I can pull and utilize. So I'm just doing a simple print into a file. I created an app called say, test. And the script is called showconfiguration. This is my first time making a custom app.&lt;/P&gt;
&lt;P&gt;Here's what the directory structure looks like under /opt/splunk/etc/apps/test:&lt;BR /&gt;test/&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;├── appserver
│&amp;nbsp;&amp;nbsp; └── static
│&amp;nbsp;&amp;nbsp;     └── icon.png
├── bin
│&amp;nbsp;&amp;nbsp; └── showconfiguration.py
├── default
│&amp;nbsp;&amp;nbsp; ├── alert_actions.conf
│&amp;nbsp;&amp;nbsp; ├── app.conf
│&amp;nbsp;&amp;nbsp; └── data
│&amp;nbsp;&amp;nbsp;     └── ui
│&amp;nbsp;&amp;nbsp;         └── alerts
│&amp;nbsp;&amp;nbsp;             └── showconfiguration.html
├── metadata
│&amp;nbsp;&amp;nbsp; ├── default.meta
│&amp;nbsp;&amp;nbsp; └── local.meta
└── README
    └── alert_actions.conf.spec

Here's alert_actions.conf contents:
&amp;gt; [showconfiguration]
&amp;gt;is_custom = 1
&amp;gt;label = Testing Splunk alerting capability
&amp;gt;description = Testing
&amp;gt;icon_path = icon.png
&amp;gt;payload_format = json
&amp;gt;param.trigger_reason = Saved Search [test] number of events ($job.resultCount$)
&amp;gt;param.result_count = $job.resultCount$
&amp;gt;param.one = two


Contents of app.conf:
&amp;gt; [ui]
&amp;gt;is_visible = 0
&amp;gt;label = Alert Tests
&amp;gt;
&amp;gt;[launcher]
&amp;gt;author = Me
&amp;gt;description = Testing splunk alert capability
&amp;gt;version = 0.1
&amp;gt;
&amp;gt;[install]
&amp;gt;state = enabled
&amp;gt;is_configured = 1
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And everything is owned by splunk:splunk and I think has the correct permissions. &lt;BR /&gt;So I create an alert and set it to run this custom alert. It never runs and I see this error in the splunkd.log:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;08-29-2018 15:10:40.746 -0400 ERROR sendmodalert - Error in 'sendalert' command: Alert action "showconfiguration" not found.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know what I did wrong here. How do I get sendalert to recognize the showconfiguration script??&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 22:02:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435244#M7567</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2020-06-09T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435245#M7568</link>
      <description>&lt;P&gt;Hi @jrehl01,&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;showconfiguration.html&lt;/CODE&gt; should be in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/test/data/ui/alerts/&lt;/CODE&gt;, also it will be good if you will provide content of your python script.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 08:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435245#M7568</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435246#M7569</link>
      <description>&lt;P&gt;Oh I didn't even notice the formatting was off on the tree. It is under that directory, the formatting of this post just doesn't reflect that. Not sure why I can't update the amount of spacing there. &lt;/P&gt;

&lt;P&gt;Here's the content of the script:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;H1&gt;!/usr/bin/python&lt;/H1&gt;

&lt;P&gt;import pprint, json, sys&lt;/P&gt;

&lt;P&gt;if __name__ == "__main__":&lt;BR /&gt;
   f.open("/tmp/splunktest.txt", "w")&lt;BR /&gt;
   f.write("Here's the info we get from splunk:")&lt;BR /&gt;
   f.write(pprint.pprint(json.loads(sys.stdin.read())))&lt;BR /&gt;
   f.close()&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 30 Aug 2018 11:46:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435246#M7569</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2018-08-30T11:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435247#M7570</link>
      <description>&lt;P&gt;It is in that directory. For some reason the spacing that I put in the post isn't reflected when I submitted it. &lt;BR /&gt;
Here's the content of the script:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;#!/usr/bin/python&lt;/P&gt;

&lt;P&gt;import pprint, json, sys&lt;/P&gt;

&lt;P&gt;if &lt;STRONG&gt;name&lt;/STRONG&gt; == "&lt;STRONG&gt;main&lt;/STRONG&gt;":&lt;BR /&gt;
   f.open("/tmp/splunktest.txt", "w")&lt;BR /&gt;
   f.write("Here's the info we get from splunk:")&lt;BR /&gt;
   f.write(pprint.pprint(json.loads(sys.stdin.read())))&lt;BR /&gt;
   f.close()&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 30 Aug 2018 11:48:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435247#M7570</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2018-08-30T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435248#M7571</link>
      <description>&lt;P&gt;Try below script and do not include &lt;CODE&gt;#!/usr/bin/python&lt;/CODE&gt; in your script because splunk will use inbuilt python.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;import pprint, json, sys

if __name__ == "__main__":
  if len(sys.argv) &amp;gt; 1 and sys.argv[1] = "--execute":
    f.open("/tmp/splunktest.txt", "w")
    f.write("Here's the info we get from splunk:")
    f.write(pprint.pprint(json.loads(sys.stdin.read())))
    f.close()
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Aug 2018 11:59:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435248#M7571</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T11:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435249#M7572</link>
      <description>&lt;P&gt;Unfortunately still didn't help.&lt;BR /&gt;
Here's the logs again:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;08-30-2018 08:05:32.379 -0400 INFO  sendmodalert - Invoking modular alert action=showconfiguration for search="Test" sid="rt_scheduler_&lt;EM&gt;admin&lt;/EM&gt;&lt;EM&gt;search&lt;/EM&gt;_RMD5742b25d78d6cf18c_at_1535567638_0.185" in app="search" owner="admin" type="saved"&lt;/P&gt;

&lt;P&gt;08-30-2018 08:05:32.380 -0400 ERROR sendmodalert - Error in 'sendalert' command: Alert action "showconfiguration" not found.&lt;/P&gt;

&lt;P&gt;08-30-2018 08:05:32.380 -0400 ERROR SearchScheduler - Error in 'sendalert' command: Alert action "showconfiguration" not found., search='sendalert showconfiguration results_file="/opt/splunk/var/run/splunk/dispatch/rt_scheduler_&lt;EM&gt;admin&lt;/EM&gt;&lt;EM&gt;search&lt;/EM&gt;&lt;EM&gt;RMD5742b25d78d6cf18c_at_1535567638_0.185/results.csv.gz" results_link="&lt;A href="http://s01-splunk-d01.devmss.leidos.com:8000/app/search/@go?sid=rt_scheduler" target="_blank"&gt;http://s01-splunk-d01.devmss.leidos.com:8000/app/search/@go?sid=rt_scheduler&lt;/A&gt;&lt;/EM&gt;&lt;EM&gt;admin&lt;/EM&gt;&lt;EM&gt;search&lt;/EM&gt;_RMD5742b25d78d6cf18c_at_1535567638_0.185"'&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435249#M7572</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2020-09-29T21:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435250#M7573</link>
      <description>&lt;P&gt;After changing configuration have you restarted splunk ? If not then please restart splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 12:14:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435250#M7573</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435251#M7574</link>
      <description>&lt;P&gt;I just restarted and same issue.&lt;BR /&gt;
However, I'm noticing this piece in the log:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Unable to find alert action script for action="showconfiguration" in app="system"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Why is it looking in the "System" app and not my own? Do I have do update anything in the &lt;CODE&gt;/opt/splunk/etc/system&lt;/CODE&gt; directory?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 12:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435251#M7574</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2018-08-30T12:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435252#M7575</link>
      <description>&lt;P&gt;Do you have below configuration in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/test/metadata/default.meta&lt;/CODE&gt;, if not then please do below settings, restart splunk and try again.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[]
access = read : [ * ], write : [ admin ]

[alert_actions/showconfiguration]
export = system
access = read : [ * ], write : [ admin ]

[alerts]
export = system
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Aug 2018 12:56:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435252#M7575</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435253#M7576</link>
      <description>&lt;P&gt;That was it! I fixed some errors in the script and it successfully ran.&lt;BR /&gt;
You've been very helpful, thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 13:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435253#M7576</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2018-08-30T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435254#M7577</link>
      <description>&lt;P&gt;Great, I have converted my comment to answer. So that you can accept/upvote it. Also it will be good to provide script which you modified so that other community member will able to use that script in future (Please remove any sensitive data).&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 13:22:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435254#M7577</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-08-30T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435255#M7578</link>
      <description>&lt;P&gt;It was more the metadata/default.meta file that was the issue, but I'll still accept you as providing the answer. Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 13:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435255#M7578</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2018-08-30T13:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435256#M7579</link>
      <description>&lt;P&gt;Here is the end result of the script that pretty much shows all the information you can grab about an alert and the corresponding events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;import json, sys, csv, gzip

if __name__ == "__main__":
     if len(sys.argv) &amp;gt; 1 and sys.argv[1] == "--execute":
        data = json.loads(sys.stdin.read())
        f = open("/tmp/splunktest.txt", "w")
        f.write("Here's the info we get from splunk:\n")
        f.write(json.dumps((data), indent=4, sort_keys=False))
        f.write("\n\nResults Data:\n")
        results_file = data["results_file"]

        fz = gzip.open(results_file)
        results_content = csv.DictReader(fz)
        for idx, row in enumerate(results_content):
            f.write("Information for result #" + str(idx) + "\n")
            for key, value in row.iteritems():
                f.write("Key: " + str(key) + "\tValue: " + str(value) + "\n")
            f.write("\n")
        fz.close()
        f.close()
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:53:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435256#M7579</guid>
      <dc:creator>jrehl01</dc:creator>
      <dc:date>2018-08-30T14:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435257#M7580</link>
      <description>&lt;P&gt;I'm following this example but get the following error.  Any idea of what I did wrong?  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;04-02-2020 07:30:11.193 +0000 WARN  sendmodalert - action=showconfiguration - Alert action script returned error code=1
04-02-2020 07:30:11.193 +0000 INFO  sendmodalert - action=showconfiguration - Alert action script completed in duration=11 ms with exit code=1
04-02-2020 07:30:11.191 +0000 ERROR sendmodalert - action=showconfiguration STDERR -  SyntaxError: invalid syntax
04-02-2020 07:30:11.191 +0000 ERROR sendmodalert - action=showconfiguration STDERR -                                           ^
04-02-2020 07:30:11.191 +0000 ERROR sendmodalert - action=showconfiguration STDERR -      if len(sys.argv) &amp;gt; 1 and sys.argv[1] = "--execute":
04-02-2020 07:30:11.191 +0000 ERROR sendmodalert - action=showconfiguration STDERR -    File "/opt/splunk/etc/apps/showconfiguration/bin/showconfiguration.py", line 4
host = 6c83f2e55cd4source = /opt/splunk/var/log/splunk/splunkd.logsourcetype = splunkd
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Apr 2020 07:42:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435257#M7580</guid>
      <dc:creator>pjohnson1</dc:creator>
      <dc:date>2020-04-02T07:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435258#M7581</link>
      <description>&lt;P&gt;Please open a new question and refer this question link in new question, also provide your script in new question.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435258#M7581</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-04-02T10:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the custom alert script failing with sendalert?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435259#M7582</link>
      <description>&lt;P&gt;Thanks Harshil. &lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 04:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-is-the-custom-alert-script-failing-with-sendalert/m-p/435259#M7582</guid>
      <dc:creator>pjohnson1</dc:creator>
      <dc:date>2020-04-03T04:49:50Z</dc:date>
    </item>
  </channel>
</rss>

