<?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: Add data with Python in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203963#M2738</link>
    <description>&lt;P&gt;The Splunk Python SDK contains a script called "upload.py" in the root of the "examples" directory. Should be just what you're looking for. Have a look: &lt;A href="https://github.com/splunk/splunk-sdk-python/blob/master/examples/upload.py"&gt;https://github.com/splunk/splunk-sdk-python/blob/master/examples/upload.py&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2017 14:12:47 GMT</pubDate>
    <dc:creator>GregZillgitt</dc:creator>
    <dc:date>2017-01-26T14:12:47Z</dc:date>
    <item>
      <title>Add data with Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203957#M2732</link>
      <description>&lt;P&gt;Hello Splunkers!&lt;/P&gt;

&lt;P&gt;I want to make a page on splunk that resembles to "add data" page on which one can drag and drop a file to add it into Splunk. Anyone knows where I can find the python code to do that ? Or maybe some code that allows me to connect to splunk and input data from a file.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
David &lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 09:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203957#M2732</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-08-03T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add data with Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203958#M2733</link>
      <description>&lt;P&gt;Sounds like you're reinventing the wheel a bit here.  What's the purpose behind this exercise?  Funzies or are you trying to build an external file input page?  If it's the later, I recommend installing a "heavy forwarder" and giving your users access to the add data page.  If it's for fun, then we got a long conversation ahead of us.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:24:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203958#M2733</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-08-03T11:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add data with Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203959#M2734</link>
      <description>&lt;P&gt;HI David ,&lt;/P&gt;

&lt;P&gt;You check in uploader app in the splunk base. &lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/1707/"&gt;https://splunkbase.splunk.com/app/1707/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Sathish rangan&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203959#M2734</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2016-08-03T11:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add data with Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203960#M2735</link>
      <description>&lt;P&gt;I want to make an app that allows you to drag and drop PCAP files-&amp;gt; read + convert to selecter format-&amp;gt; splunk it... so yeah sort of reinventing the wheel for the drag and drop page but i want to make something that looks nice.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:55:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203960#M2735</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-08-03T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add data with Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203961#M2736</link>
      <description>&lt;P&gt;I will have a look at it. thank you for your help Sathish.. any Git you know that might be doing that also ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203961#M2736</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-08-03T15:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add data with Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203962#M2737</link>
      <description>&lt;P&gt;so yes it's for fun lol &lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:05:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203962#M2737</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-08-04T08:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Add data with Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203963#M2738</link>
      <description>&lt;P&gt;The Splunk Python SDK contains a script called "upload.py" in the root of the "examples" directory. Should be just what you're looking for. Have a look: &lt;A href="https://github.com/splunk/splunk-sdk-python/blob/master/examples/upload.py"&gt;https://github.com/splunk/splunk-sdk-python/blob/master/examples/upload.py&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:12:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-data-with-Python/m-p/203963#M2738</guid>
      <dc:creator>GregZillgitt</dc:creator>
      <dc:date>2017-01-26T14:12:47Z</dc:date>
    </item>
  </channel>
</rss>

