<?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: No python.exe included with universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34266#M6196</link>
    <description>&lt;P&gt;Have you tried loading them up via the UI from your main Splunk instance instead of the actual agent?&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2011 15:32:45 GMT</pubDate>
    <dc:creator>Brian_Osburn</dc:creator>
    <dc:date>2011-06-24T15:32:45Z</dc:date>
    <item>
      <title>No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34263#M6193</link>
      <description>&lt;P&gt;I have a need to import older Windows .evt files into my splunk environment.  Since the splunk server is on linux I got the impression that I would only be able to import the .evt files from one of my Windows clients that I have the universal forwarder installed on.  However, when I go to run the splunk.exe cli to add monitors I get an error stating that Python.EXE cannot be located and it is indeed not anywhere in the splunkuniversalforwarder tree.  Is there another way to add this data that I'm not thinking of?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 14:45:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34263#M6193</guid>
      <dc:creator>chadroberts</dc:creator>
      <dc:date>2011-06-24T14:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34264#M6194</link>
      <description>&lt;P&gt;I'm kind of confused.  Did you install the Splunk Universal Agent on the Windows server and then try to set up the inputs?  Are you forwarding the events to a central indexer?&lt;/P&gt;

&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 15:09:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34264#M6194</guid>
      <dc:creator>Brian_Osburn</dc:creator>
      <dc:date>2011-06-24T15:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34265#M6195</link>
      <description>&lt;P&gt;Correct.  Agents were installed on several linux and windows clients months ago and configured to send audit data / security event logs back to the central indexer.  That works and has worked pretty much flawlessly from day one.  Now I have a requirement to be able to load windows security events from before the splunk installation, which we have in .evt and .evtx files.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 15:26:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34265#M6195</guid>
      <dc:creator>chadroberts</dc:creator>
      <dc:date>2011-06-24T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34266#M6196</link>
      <description>&lt;P&gt;Have you tried loading them up via the UI from your main Splunk instance instead of the actual agent?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 15:32:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34266#M6196</guid>
      <dc:creator>Brian_Osburn</dc:creator>
      <dc:date>2011-06-24T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34267#M6197</link>
      <description>&lt;P&gt;Is there anything stopping you from installing python? I am using universal forwarders but created a deployment app that contains a portable Python version and a script to add the app directory to the PATH environment variable. You could also just install python to %Splunk Install Path%\Splunk\bin.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 15:38:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34267#M6197</guid>
      <dc:creator>proctorgeorge</dc:creator>
      <dc:date>2011-06-24T15:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34268#M6198</link>
      <description>&lt;P&gt;Chad, not sure what's going with the cli, I'll investigate, but for now put your .evt file(s) in a folder and add that folder to the splunk forwarder for monitoring by adding the path of the folder to a inputs.conf, eg:&lt;/P&gt;

&lt;P&gt;In "splunk\etc\apps\search\local\inputs.conf" add:  &lt;/P&gt;

&lt;P&gt;[monitor://C:\Users\ledio\Desktop\test]&lt;BR /&gt;&lt;BR /&gt;
disabled = false&lt;BR /&gt;&lt;BR /&gt;
followTail = 0  &lt;/P&gt;

&lt;P&gt;where in test you have the "evt" file(s)&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;About the CLI, installed the latest 4.2.2 SplunkForwarder and try adding the same folder for monitoring, and it worked fine:&lt;/P&gt;

&lt;P&gt;c:\Program Files\SplunkUniversalForwarder\bin&amp;gt;splunk add monitor c:\Users\ledio\Desktop\test&lt;BR /&gt;&lt;BR /&gt;
Splunk username: admin&lt;BR /&gt;&lt;BR /&gt;
Password:&lt;BR /&gt;&lt;BR /&gt;
Added monitor of 'c:\Users\ledio\Desktop\test'.  &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 16:14:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34268#M6198</guid>
      <dc:creator>Ledio_Ago</dc:creator>
      <dc:date>2011-06-24T16:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34269#M6199</link>
      <description>&lt;P&gt;Loading the files from the main Splunk instance seemed to accept the file but then nothing happened, or at least no events from that file were able to be seen later.  That was the first attempt.  After that I read here that one would have to process the .evt files from a Windows machine because of .dlls that are required to see the data.  &lt;/P&gt;

&lt;P&gt;I think at this point I just need to install python on one of my Windows forwarders.  I assumed that python came with the forwarders so I was surprised when splunk.exe would not run.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 17:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34269#M6199</guid>
      <dc:creator>chadroberts</dc:creator>
      <dc:date>2011-06-24T17:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34270#M6200</link>
      <description>&lt;P&gt;Do you have a python.exe anywhere in C:\Program Files\SplunkUniversalForwarder?  I'm getting the impression that everyone assumes that there is python installed elsewhere on the windows clients which is not the case in my environment.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 17:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34270#M6200</guid>
      <dc:creator>chadroberts</dc:creator>
      <dc:date>2011-06-24T17:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34271#M6201</link>
      <description>&lt;P&gt;There is no python on that system, also at the same time SplunkForwarder doesn't need to python to run any of its cli commands.&lt;/P&gt;

&lt;P&gt;I would check to make sure that a correct package is installed/upgraded, that you don't have left over binaries from a previous Splunk installation.&lt;/P&gt;

&lt;P&gt;Also, when you run the "monitor" command, use ProcessExplorer from System Internals to see what binaries get executed.  You should not see any python whatsoever...&lt;/P&gt;

&lt;P&gt;-Ledio&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 18:04:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34271#M6201</guid>
      <dc:creator>Ledio_Ago</dc:creator>
      <dc:date>2011-06-24T18:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: No python.exe included with universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34272#M6202</link>
      <description>&lt;P&gt;It appears that the error looking for Python.exe only shows up when you run splunk.exe without any arguments. "splunk help" or "splunk list monitor" for example return expected results.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2011 14:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-python-exe-included-with-universal-forwarder/m-p/34272#M6202</guid>
      <dc:creator>chadroberts</dc:creator>
      <dc:date>2011-06-27T14:51:10Z</dc:date>
    </item>
  </channel>
</rss>

