<?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: Forwarding and receiving no WinEventLog on Application, Security etc except Setup in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354610#M7184</link>
    <description>&lt;P&gt;Issue was solved, found out that Audit Policy in your gpedit.msc should be configured to enable auditing success and failure in Local Policies of the Computer.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 09:23:28 GMT</pubDate>
    <dc:creator>Kitteh</dc:creator>
    <dc:date>2017-10-10T09:23:28Z</dc:date>
    <item>
      <title>Forwarding and receiving no WinEventLog on Application, Security etc except Setup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354604#M7178</link>
      <description>&lt;P&gt;My forwarder's conf:&lt;/P&gt;

&lt;P&gt;Input:&lt;BR /&gt;
[default]&lt;BR /&gt;
host = IE8Win7&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;Output:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = 192.168.0.1:9998&lt;/P&gt;

&lt;P&gt;[tcpout-server://192.168.0.1:9998]&lt;/P&gt;

&lt;P&gt;My receiver is set to listen on port 9998.&lt;BR /&gt;
But in my Splunk Search &amp;amp; Reporting, it only shows WinEventLog:Setup in my Sourcetype and Source.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:43:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354604#M7178</guid>
      <dc:creator>Kitteh</dc:creator>
      <dc:date>2017-09-22T08:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding and receiving no WinEventLog on Application, Security etc except Setup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354605#M7179</link>
      <description>&lt;P&gt;Hi Kitteh,&lt;BR /&gt;
download and install on your forwarders Splunk Add-on for Microsoft Windows ( &lt;A href="https://splunkbase.splunk.com/app/742/"&gt;https://splunkbase.splunk.com/app/742/&lt;/A&gt; ), in this way you have a correct configuration of windows inputs.&lt;BR /&gt;
Eventually disable some inputs that you don't need.&lt;BR /&gt;
If it's a test, it's not important, if you have a production environment I suggest to use a Deployment server to deploy all TAs.&lt;BR /&gt;
bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 09:45:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354605#M7179</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-22T09:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding and receiving no WinEventLog on Application, Security etc except Setup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354606#M7180</link>
      <description>&lt;P&gt;Splunk Add-on for Microsoft Windows was already in the installer together. before the add-on, i've selected all kinds of Windows log as the input but to no avail not sent except setup windows log&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 03:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354606#M7180</guid>
      <dc:creator>Kitteh</dc:creator>
      <dc:date>2017-09-25T03:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding and receiving no WinEventLog on Application, Security etc except Setup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354607#M7181</link>
      <description>&lt;P&gt;Hi Kitteh,&lt;BR /&gt;
inputs.conf that you inserted in your question isn't the one in Windows TA, probably in is %SPLUNK_HOME/etc/system/local.&lt;BR /&gt;
See in %SPLUNK_HOME/etc/apps/Splunk_TA_windows/default/inputs.conf and verify which stanzas are enabled (or eventually in %SPLUNK_HOME/etc/apps/Splunk_TA_windows/default/inputs.conf).&lt;BR /&gt;
Or, if you have a Deployment server perform the same check in &lt;BR /&gt;
%SPLUNK_HOME/etc/deploymentapps/Splunk_TA_windows/default/inputs.conf or in %SPLUNK_HOME/etc/apps/Splunk_TA_windows/default/inputs.conf.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:51:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354607#M7181</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T15:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding and receiving no WinEventLog on Application, Security etc except Setup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354608#M7182</link>
      <description>&lt;P&gt;Hi cusello&lt;/P&gt;

&lt;P&gt;my file in  %SPLUNK_HOME/etc/apps/Splunk_TA_windows/default/inputs.conf is currently like this in short:&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = winapplication&lt;BR /&gt;
renderXml=true&lt;/P&gt;

&lt;P&gt;I've also created individual index for each logs like winsecurity, winsystem and winapplication. Is there anything gotta do with permissions in reading or transferring etc on the event viewer logs that i have to change, not sure if this is the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:55:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354608#M7182</guid>
      <dc:creator>Kitteh</dc:creator>
      <dc:date>2020-09-29T15:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding and receiving no WinEventLog on Application, Security etc except Setup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354609#M7183</link>
      <description>&lt;P&gt;Check log policy and clock on target server.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 07:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354609#M7183</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-25T07:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding and receiving no WinEventLog on Application, Security etc except Setup</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354610#M7184</link>
      <description>&lt;P&gt;Issue was solved, found out that Audit Policy in your gpedit.msc should be configured to enable auditing success and failure in Local Policies of the Computer.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Forwarding-and-receiving-no-WinEventLog-on-Application-Security/m-p/354610#M7184</guid>
      <dc:creator>Kitteh</dc:creator>
      <dc:date>2017-10-10T09:23:28Z</dc:date>
    </item>
  </channel>
</rss>

