<?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 running a python script in dashboard in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454478#M8283</link>
    <description>&lt;P&gt;hi! for my dashboard, I want to add a duration timer using a python script. is it possible to do this in splunk? thank you so much!&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2019 06:30:12 GMT</pubDate>
    <dc:creator>mdmaala</dc:creator>
    <dc:date>2019-03-22T06:30:12Z</dc:date>
    <item>
      <title>running a python script in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454478#M8283</link>
      <description>&lt;P&gt;hi! for my dashboard, I want to add a duration timer using a python script. is it possible to do this in splunk? thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 06:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454478#M8283</guid>
      <dc:creator>mdmaala</dc:creator>
      <dc:date>2019-03-22T06:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: running a python script in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454479#M8284</link>
      <description>&lt;P&gt;@mdmaala, you can check out &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/script"&gt;script&lt;/A&gt; command that you can execute through SPL. The documentation also has link to creation of a &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/Aboutcustomsearchcommands"&gt;custom search command&lt;/A&gt; using python and other language.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 08:27:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454479#M8284</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-03-22T08:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: running a python script in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454480#M8285</link>
      <description>&lt;P&gt;I'll check on this. thank you so much @niketnilay !&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 08:42:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454480#M8285</guid>
      <dc:creator>mdmaala</dc:creator>
      <dc:date>2019-03-22T08:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: running a python script in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454481#M8286</link>
      <description>&lt;P&gt;You can put custom javascript which does service request every time the interval runs out. The service can be a custom endpoint which runs your python script.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var service = mvc.createService();
service.get('/services/custom_endpoint', params, function (err, response) {
    if (!err) {
       // do something
    }
});
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Mar 2019 09:03:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454481#M8286</guid>
      <dc:creator>harshpatel</dc:creator>
      <dc:date>2019-03-22T09:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: running a python script in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454482#M8287</link>
      <description>&lt;P&gt;thank you so much! I will try this! &lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 14:31:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/running-a-python-script-in-dashboard/m-p/454482#M8287</guid>
      <dc:creator>mdmaala</dc:creator>
      <dc:date>2019-03-24T14:31:18Z</dc:date>
    </item>
  </channel>
</rss>

