<?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: Help with Python applications to programmatically interact with the Splunk engine in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121445#M1754</link>
    <description>&lt;P&gt;&lt;A href="http://dev.splunk.com/python"&gt;Start here with our Splunk Python SDK&lt;/A&gt; , there are loads of examples to get you started !&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2015 02:53:59 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2015-05-25T02:53:59Z</dc:date>
    <item>
      <title>Help with Python applications to programmatically interact with the Splunk engine</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121443#M1752</link>
      <description>&lt;P&gt;How can I write Python applications to programmatically interact with the Splunk engine. I am new to Splunk, can anyone please help me with the same. I have basic understanding with splunk queries etc. But quite new to built an apploication that interacts with Splunk engine. &lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2015 14:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121443#M1752</guid>
      <dc:creator>unnatiShukla</dc:creator>
      <dc:date>2015-05-24T14:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Python applications to programmatically interact with the Splunk engine</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121444#M1753</link>
      <description>&lt;P&gt;Generally speaking, programs written to access the Splunk engine are written to interact through the Splunk REST API.&lt;/P&gt;

&lt;P&gt;There's plenty of information here regarding the API. A good place to start is &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Overview/Extending"&gt;link text&lt;/A&gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Overview/Extending"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/Overview/Extending&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Working directly with the REST API is possible, and sometimes the only way to accomplish certain tasks. But there are also a set of SDKs available that encapsulate a lot of the more intricate parts, making it easy to perform common functions.&lt;/P&gt;

&lt;P&gt;Again, there's plenty of information on this site. A good place to start for the SDKs would be:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/AdvancedDev/SplunkSDKs"&gt;link text&lt;/A&gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/AdvancedDev/SplunkSDKs"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/AdvancedDev/SplunkSDKs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Finally, Splunk does offer specific SDK training. I just took the class almost a month ago and found it to be invaluable.&lt;BR /&gt;
&lt;A href="http://www.splunk.com/view/SP-CAAAHSH"&gt;link text&lt;/A&gt; &lt;A href="http://www.splunk.com/view/SP-CAAAHSH"&gt;http://www.splunk.com/view/SP-CAAAHSH&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2015 15:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121444#M1753</guid>
      <dc:creator>KenWhitesell</dc:creator>
      <dc:date>2015-05-24T15:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Python applications to programmatically interact with the Splunk engine</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121445#M1754</link>
      <description>&lt;P&gt;&lt;A href="http://dev.splunk.com/python"&gt;Start here with our Splunk Python SDK&lt;/A&gt; , there are loads of examples to get you started !&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2015 02:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121445#M1754</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-05-25T02:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Python applications to programmatically interact with the Splunk engine</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121446#M1755</link>
      <description>&lt;P&gt;Splunk is a single piece of software for data collection, reporting &amp;amp; parsing. You can use the same binary to access core Splunk i.e. Use Search Head(s) to access Indexer(s). &lt;BR /&gt;
Is there any specific requirement/need, you want to build a separate application using Python?&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2015 03:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Help-with-Python-applications-to-programmatically-interact-with/m-p/121446#M1755</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-05-25T03:01:02Z</dc:date>
    </item>
  </channel>
</rss>

