<?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: Cannot receive WinEventLog via inputs.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367632#M66816</link>
    <description>&lt;P&gt;Just an additional bit: at installation, Splunk Forwarder on Windows usually configures Wineventlog ingestion.&lt;BR /&gt;
To avoid problems like the ones you have, I usually disable this ingestion and I install Splunk_TA_Windows, configured on my project needs, always using a Deployment Server.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:53:29 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-29T16:53:29Z</dc:date>
    <item>
      <title>Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367625#M66809</link>
      <description>&lt;P&gt;My current setup:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Splunk Indexer (Deployment Server)&lt;/LI&gt;
&lt;LI&gt;Domain Controller (Windows Server 2008) - UF installed as Deployment Client&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I wanted to use Windows App Infrastructure to read the logs, so I followed this documentation &lt;A href="https://docs.splunk.com/Documentation/MSApp/1.4.2/MSInfra/ConfiguretheSplunkAppforWindowsInfrastructure" target="_blank"&gt;https://docs.splunk.com/Documentation/MSApp/1.4.2/MSInfra/ConfiguretheSplunkAppforWindowsInfrastructure.&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have installed all add-ons required on both Splunk Indexer and Domain Controller. The networking and firewall rules are all fine because I can receive "Active Directory" logs in the Indexer.&lt;/P&gt;

&lt;P&gt;However, I cannot get any WinEventLog(Security, Application, System) eventhough I have enabled the monitoring in inputs.conf (\etc\deployment-apps\Splunk_TA_windows\local\inputs.conf)&lt;BR /&gt;
This is how my inputs.conf looks like:&lt;/P&gt;

&lt;H6&gt;OS Logs&lt;/H6&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
renderXml=false&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
evt_resolve_ad_obj = 1&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
blacklist1 = EventCode="4662" Message="Object Type:(?!\s*groupPolicyContainer)"&lt;BR /&gt;
blacklist2 = EventCode="566" Message="Object Type:(?!\s*groupPolicyContainer)"&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
renderXml=false&lt;/P&gt;

&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
renderXml=false&lt;/P&gt;

&lt;P&gt;Can anyone tell me the reason why I cannot get those logs to Indexer?&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:46:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367625#M66809</guid>
      <dc:creator>johant</dc:creator>
      <dc:date>2020-09-29T16:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367626#M66810</link>
      <description>&lt;P&gt;Hi johant,&lt;BR /&gt;
there are some checks to perform on your systema to find the problem:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;are wineventlogs enabled on your Domain Controller?&lt;/LI&gt;
&lt;LI&gt;did you checked if Domain Controller and Indexer have the same time?&lt;/LI&gt;
&lt;LI&gt;check using &lt;CODE&gt;./splunk cmd btool inputs list --debug &amp;gt; inputs.txt&lt;/CODE&gt; if there are other wineventlogs configurations where WinEventLog://Security is disabled&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 07:46:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367626#M66810</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-13T07:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367627#M66811</link>
      <description>&lt;P&gt;Did you choose  restart your forwarder option after deployment when configuring server class on your deployment server? If you make any change to your input stanzas, you need to restart your splunk forwarder. Choose the option to restart the forwarder and again push your bundle.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367627#M66811</guid>
      <dc:creator>hardikJsheth</dc:creator>
      <dc:date>2017-11-13T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367628#M66812</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Can you tell me how to check that? I can see the event on the windows 'Event Viewer' so I assume it should be enabled?&lt;/LI&gt;
&lt;LI&gt;Yes, both of them have the same system time.&lt;/LI&gt;
&lt;LI&gt;I ran this command and I cannot see WinEventLog://Security ,Application, System listed on the inputs.txt. How do I make sure that those WinEventLog are listed in there?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 22:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367628#M66812</guid>
      <dc:creator>johant</dc:creator>
      <dc:date>2017-11-15T22:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367629#M66813</link>
      <description>&lt;P&gt;Hi Hardik,&lt;/P&gt;

&lt;P&gt;No i did not enabled that option, however I manually restart the UF and I stil cannot get the logs to my indexer.&lt;BR /&gt;
Is it a best practice to automatically restart the forwarder everytime I make a deployment?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 22:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367629#M66813</guid>
      <dc:creator>johant</dc:creator>
      <dc:date>2017-11-15T22:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367630#M66814</link>
      <description>&lt;P&gt;sorry but maybe I was misunderstood: this command must be run on the forwarder not on indexer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk cmd btool inputs list --debug &amp;gt; inputs.txt
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 10:28:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367630#M66814</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-16T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367631#M66815</link>
      <description>&lt;P&gt;Yes, I ran that on the forwarder and I still cannot find WinEventLog://Security.&lt;BR /&gt;
It is all right now, I re-installed the forwarder in the windows machine and when i run those command I can see all inputs that I wanted.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:38:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367631#M66815</guid>
      <dc:creator>johant</dc:creator>
      <dc:date>2017-11-16T21:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367632#M66816</link>
      <description>&lt;P&gt;Just an additional bit: at installation, Splunk Forwarder on Windows usually configures Wineventlog ingestion.&lt;BR /&gt;
To avoid problems like the ones you have, I usually disable this ingestion and I install Splunk_TA_Windows, configured on my project needs, always using a Deployment Server.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:53:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367632#M66816</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367633#M66817</link>
      <description>&lt;P&gt;It will depend on type of applications that you are pushing to forwarder. But to be on safer side you can keep this option selected.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 07:30:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367633#M66817</guid>
      <dc:creator>hardikJsheth</dc:creator>
      <dc:date>2017-11-29T07:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367634#M66818</link>
      <description>&lt;P&gt;How did you enable these logs. I'm failed to change disabled=0 for System and Applications. Even though I'm trying to perform it post stopping Splunkd but still receiving an error that file is opened somewhere.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 15:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367634#M66818</guid>
      <dc:creator>SumitPan</dc:creator>
      <dc:date>2018-03-19T15:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive WinEventLog via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367635#M66819</link>
      <description>&lt;P&gt;Hi SumitPan,&lt;/P&gt;

&lt;P&gt;I assumed you grab the logs using Universal Forwarder? If so, you have to make sure that you choose "custom installation" otherwise UF will sent all windows logs by default and I found that we cannot change that in the inputs.conf.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Johan Tanadi&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 21:55:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-receive-WinEventLog-via-inputs-conf/m-p/367635#M66819</guid>
      <dc:creator>johant</dc:creator>
      <dc:date>2018-03-19T21:55:07Z</dc:date>
    </item>
  </channel>
</rss>

