<?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: Windows eventlog can not be collected by Universal Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20406#M2989</link>
    <description>&lt;P&gt;Not an answer per se, but some troubleshooting tips:&lt;BR /&gt;
1. Use amrit's script to check what status Splunk has for each input. &lt;A href="http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/"&gt;http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/&lt;/A&gt;&lt;BR /&gt;
2. Check splunkd.log on the forwarder for hints on what could be wrong.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2013 19:08:40 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2013-04-30T19:08:40Z</dc:date>
    <item>
      <title>Windows eventlog can not be collected by Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20405#M2988</link>
      <description>&lt;P&gt;I have some windows machine to collect their eventlog, most of them works fine, but several of them can not send data to indexer server.&lt;BR /&gt;
They're win2008R2 with same forwarder agent and configuration, the inputs.conf set as below&lt;BR /&gt;
[WinEventLog:Application]&lt;BR /&gt;
index=main&lt;BR /&gt;
[WinEventLog:Security]&lt;BR /&gt;
index=main&lt;BR /&gt;
[WinEventLog:System]&lt;BR /&gt;
index=main&lt;/P&gt;

&lt;P&gt;I'm sure the network is fine,and the server also received the agent itself log in _internal database,but no windows log at all. I see the forwarder's log ,it record like something 'wmi.exe read 0.434 second, 0 byte read', but I'm sure there're plenty of events in the windows system. I clear the windows event log and restart the forwarder agent, the problem remains.&lt;BR /&gt;
How to solve this issue, I think it's due to the windows OS itself,maybe the .DLL problem? Someone met the same problem?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2013 16:29:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20405#M2988</guid>
      <dc:creator>jichen</dc:creator>
      <dc:date>2013-04-30T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Windows eventlog can not be collected by Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20406#M2989</link>
      <description>&lt;P&gt;Not an answer per se, but some troubleshooting tips:&lt;BR /&gt;
1. Use amrit's script to check what status Splunk has for each input. &lt;A href="http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/"&gt;http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/&lt;/A&gt;&lt;BR /&gt;
2. Check splunkd.log on the forwarder for hints on what could be wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2013 19:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20406#M2989</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-04-30T19:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Windows eventlog can not be collected by Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20407#M2990</link>
      <description>&lt;P&gt;Hi, I haven't done the troubleshooting yet, but I reinstall the agent and select the monitor option(security,system,application),then it's ok,but when I manually config the inputs.conf, no stuff indexed again.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2013 16:32:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20407#M2990</guid>
      <dc:creator>jichen</dc:creator>
      <dc:date>2013-05-03T16:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Windows eventlog can not be collected by Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20408#M2991</link>
      <description>&lt;P&gt;Im still a newb myself but try adding the disabled switch to your inputs.conf. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0
index = windows

[WinEventLog://Application]
disabled = 0
index = windows

[WinEventLog://System]
disabled = 0
index = windows
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also,  you might want to make sure the outputs.conf is also configured too... example below. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server = YOURSPLUNKSERVER:PORT

[tcpout-server://YOURSPLUNKSERVER:PORT]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps.&lt;BR /&gt;
Happy Splunking! &lt;BR /&gt;
=) &lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:32:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-eventlog-can-not-be-collected-by-Universal-Forwarder/m-p/20408#M2991</guid>
      <dc:creator>Keysofsandiego</dc:creator>
      <dc:date>2015-03-23T18:32:01Z</dc:date>
    </item>
  </channel>
</rss>

