<?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: Can Splunk integrate with Automation? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261793#M8263</link>
    <description>&lt;P&gt;Sure, and also welcome to Splunk!&lt;/P&gt;

&lt;P&gt;Place your script in &lt;CODE&gt;$SPLUNK_HOME/bin/scripts&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;When you create a search, you go to the top right &lt;CODE&gt;Save As&lt;/CODE&gt; and and select &lt;CODE&gt;Alert&lt;/CODE&gt;.. You then fill in the alert info, then below select &lt;CODE&gt;Add Actions&lt;/CODE&gt; then &lt;CODE&gt;Run a Script&lt;/CODE&gt; and put in the file name.. Now when your alert fires it will execute this script&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Alert/Configuringscriptedalerts"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Alert/Configuringscriptedalerts&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If this answer your issue can you accept the answer or give an upvote if this was helpful? &lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2017 22:10:05 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2017-01-26T22:10:05Z</dc:date>
    <item>
      <title>Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261788#M8258</link>
      <description>&lt;P&gt;We are trying to integrate Splunk with Automation-anywhere which is a RPA tool, any idea on that? is there any app for it?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 20:09:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261788#M8258</guid>
      <dc:creator>abhijitnath89</dc:creator>
      <dc:date>2017-01-26T20:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261789#M8259</link>
      <description>&lt;P&gt;I integrated another automation tool called &lt;CODE&gt;Automic&lt;/CODE&gt; with Splunk. One use case was using Splunk to track average response time of the web service calls then firing an alert/script when average response time reached 150% higher than the previous 10 minutes. Automic was &lt;CODE&gt;file-watching&lt;/CODE&gt; and saw a new text file with the hostname of the degraded web services server and initiated an app pool recycle. &lt;/P&gt;

&lt;P&gt;What exactly are you trying to accomplish? &lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 20:40:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261789#M8259</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-01-26T20:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261790#M8260</link>
      <description>&lt;P&gt;Our requirement is generate multiple excel files with reports in splunk and combine those generated sheets in another template excel in different tabs, zip the excel and upload to sharepoint.&lt;BR /&gt;
My idea was I can generate the excel files in splunk and use automation anywhere to do rest ,&lt;BR /&gt;
 Not sure if I can implement the whole in splunk itself without the RPA tool. That would have been great.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 20:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261790#M8260</guid>
      <dc:creator>abhijitnath89</dc:creator>
      <dc:date>2017-01-26T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261791#M8261</link>
      <description>&lt;P&gt;Splunk can defiantly generate and export the reports for you while any decent automation tool can do the rest.. Since you are working with Excel, you will need some VBA knowledge to manipulate the sheets. I would create a Splunk saved search which will generate and place the file on the file system, then have your automation tool run on a schedule to kick off the workflow. &lt;/P&gt;

&lt;P&gt;Assuming you have a workflow set up with jobs dependencies, first job will verify a new file was placed on the file system, second job will then execute a powershell script on the file system which will trigger your VBA code, your VBA code will do the Excel magic, third job will do a quick smoke test of the finalized file, last job will email the results.. &lt;CODE&gt;Wipes hands off pants&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261791#M8261</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-01-26T21:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261792#M8262</link>
      <description>&lt;P&gt;Thanks that would completely solve my issue, I am new to splunk, can you also inform how can I place the file to the file system by splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261792#M8262</guid>
      <dc:creator>abhijitnath89</dc:creator>
      <dc:date>2017-01-26T21:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261793#M8263</link>
      <description>&lt;P&gt;Sure, and also welcome to Splunk!&lt;/P&gt;

&lt;P&gt;Place your script in &lt;CODE&gt;$SPLUNK_HOME/bin/scripts&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;When you create a search, you go to the top right &lt;CODE&gt;Save As&lt;/CODE&gt; and and select &lt;CODE&gt;Alert&lt;/CODE&gt;.. You then fill in the alert info, then below select &lt;CODE&gt;Add Actions&lt;/CODE&gt; then &lt;CODE&gt;Run a Script&lt;/CODE&gt; and put in the file name.. Now when your alert fires it will execute this script&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Alert/Configuringscriptedalerts"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Alert/Configuringscriptedalerts&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If this answer your issue can you accept the answer or give an upvote if this was helpful? &lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 22:10:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261793#M8263</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-01-26T22:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261794#M8264</link>
      <description>&lt;P&gt;Hi Skoelpin,&lt;/P&gt;

&lt;P&gt;Could you please let me know how we can integrate automic with splunk, we have similar type of use case like you mentioned above.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 04:29:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261794#M8264</guid>
      <dc:creator>karamec</dc:creator>
      <dc:date>2017-06-08T04:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk integrate with Automation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261795#M8265</link>
      <description>&lt;P&gt;How we can integrate the automation anywhere tool to splunk&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 06:40:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Can-Splunk-integrate-with-Automation/m-p/261795#M8265</guid>
      <dc:creator>mohammedrizwan</dc:creator>
      <dc:date>2019-11-27T06:40:40Z</dc:date>
    </item>
  </channel>
</rss>

