<?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 start tail monitoring windows event log upon Splunk install in Installation</title>
    <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10204#M54</link>
    <description>&lt;P&gt;What should I attach to my install script if I want to start monitoring the event log in "tail" mode.  I don't want to grab any historical events on the first time the LWF runs on the client machines.&lt;/P&gt;

&lt;P&gt;I have this as an install script:&lt;/P&gt;

&lt;P&gt;msiexec.exe /i %SPLUNK_MSI% LAUNCHSPLUNK=0 WMICHECK_CPUTIME=0 WMICHECK_LOCALDISK=0 WMICHECK_FREEDISK=0 WMICHECK_MEMORY=0 WINEVENTLOGAPPCHECK=0 WINEVENTLOGSECCHECK=1 WINEVENTLOGSYSCHECK=0 /QUIET&lt;/P&gt;

&lt;P&gt;This will successfully enable the Security event log on windows, but will capture the historical events.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2010 20:48:55 GMT</pubDate>
    <dc:creator>BunnyHop</dc:creator>
    <dc:date>2010-03-15T20:48:55Z</dc:date>
    <item>
      <title>start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10204#M54</link>
      <description>&lt;P&gt;What should I attach to my install script if I want to start monitoring the event log in "tail" mode.  I don't want to grab any historical events on the first time the LWF runs on the client machines.&lt;/P&gt;

&lt;P&gt;I have this as an install script:&lt;/P&gt;

&lt;P&gt;msiexec.exe /i %SPLUNK_MSI% LAUNCHSPLUNK=0 WMICHECK_CPUTIME=0 WMICHECK_LOCALDISK=0 WMICHECK_FREEDISK=0 WMICHECK_MEMORY=0 WINEVENTLOGAPPCHECK=0 WINEVENTLOGSECCHECK=1 WINEVENTLOGSYSCHECK=0 /QUIET&lt;/P&gt;

&lt;P&gt;This will successfully enable the Security event log on windows, but will capture the historical events.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2010 20:48:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10204#M54</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-03-15T20:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10205#M55</link>
      <description>&lt;P&gt;I don't think the requisite flag, current_only, is exposed in the WMI interface.
You will need to do one of:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Manually (possibly by script) tweak the inputs.conf post-install, but this will not prevent splunk from starting to pull the eventlog when it's first started.  Since you are setting LAUNCHSPLUNK=0, this should be achivable before the first start.&lt;/LI&gt;
&lt;LI&gt;Alternatively, leave all the inputs disabled, but configure your hosts as deployment clients.  Then you can deliver an inputs.conf tailored to your needs via that method.  Unfortunately deployment client configuration isn't triggerable via the MSI commandline.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 16 Mar 2010 05:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10205#M55</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-03-16T05:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10206#M56</link>
      <description>&lt;P&gt;Is there a way to append the inputs.conf?  I can possibly disable all inputs from the install and then have another line in the script to copy the /etc/ files.  I don't to override the inputs.conf file that splunk creates during installation, since that contains the hostname of the client.  &lt;/P&gt;

&lt;P&gt;I'm using the free splunk so I can't utilize the deployment server/client environment.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2010 08:01:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10206#M56</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-03-16T08:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10207#M57</link>
      <description>&lt;P&gt;You should use configuration files immediately after running the installer to set this up. See either: &lt;A href="http://answers.splunk.com/questions/434/can-i-auto-install-or-deploy-splunk-onto-all-my-remote-windows-servers/437#437" rel="nofollow"&gt;http://answers.splunk.com/questions/434/can-i-auto-install-or-deploy-splunk-onto-all-my-remote-windows-servers/437#437&lt;/A&gt; or &lt;A href="http://www.splunk.com/wiki/Deploy:SplunkForwarder_for_Windows_installscript" rel="nofollow"&gt;http://www.splunk.com/wiki/Deploy:SplunkForwarder_for_Windows_installscript&lt;/A&gt; for an example of a script that installs and lays down any desired configuration on top.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2010 04:45:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10207#M57</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-03-23T04:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10208#M58</link>
      <description>&lt;P&gt;This works, however, when the service starts for the first time, it overrides the files I've placed...i.e. I created an inputs.conf that has certain attributes, after the splunk service starts, it replaced my custom inputs.conf, it did not append it as I expected.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2010 23:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10208#M58</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-03-23T23:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10209#M59</link>
      <description>&lt;P&gt;where did you put your custom file? etc/system/local would be the wrong place.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2010 21:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10209#M59</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-03-24T21:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10210#M60</link>
      <description>&lt;P&gt;Yes that's where i put my file.  Where would be the better spot?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2010 00:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10210#M60</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-03-27T00:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: start tail monitoring windows event log upon Splunk install</title>
      <link>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10211#M61</link>
      <description>&lt;P&gt;etc/apps/search/local&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2010 23:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/start-tail-monitoring-windows-event-log-upon-Splunk-install/m-p/10211#M61</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-03-27T23:56:09Z</dc:date>
    </item>
  </channel>
</rss>

