<?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: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231214#M45021</link>
    <description>&lt;P&gt;Sorry I went cold on you.  I lost visibility on the question.  So some group policy or something was getting in the way.  I've always installed splunk as non-priveleged accounts and I've always run into a different issue that was always related to some silly something / policy implemented by who knows who and who knows when, etc.  One time I spent weeks trying to solve something and it turned out the vendor had disabled service accounts somehow.  You could add them, give them passwords etc, but when you tried to use it as a service account whatever service would fall on its face... SMH.. As with everything computer, you just never know...&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2016 19:51:33 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-05-13T19:51:33Z</dc:date>
    <item>
      <title>How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231193#M45000</link>
      <description>&lt;P&gt;Here's my setup:  I have three clustered indexers, two search heads, a deployment server, as well as several Heavy Forwarders (three Windows and three Linux).  I've been collecting Windows logs remotely from the HF via WMI no problems for a while.  This week, I decided to install a universal forwarder on two servers as a pilot in preparation for further deployments.  &lt;/P&gt;

&lt;P&gt;After installing, I found I was getting no log events at all.  So I commenced troubleshooting.&lt;/P&gt;

&lt;P&gt;First I checked to see if the indexers were  receiving data by running tcpdump and I saw the logs and metrics coming over the wire to the indexers.  CHECK&lt;/P&gt;

&lt;P&gt;Then I checked to see if the records were in ANY index by running the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = * host=hostnames
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This returned nothing.  So I searched:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* hostnames
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And while this returned multiple events, none were FROM those machines.&lt;/P&gt;

&lt;P&gt;Then, I checked to see if there were records in the _internal index from those servers.  CHECK&lt;/P&gt;

&lt;P&gt;Then, I looked to see if any of those _internal records contained errors.  No entries that said ERROR, so tentative CHECK&lt;/P&gt;

&lt;P&gt;Then I looked on each server where where the UF was installed and looked in splunkd.log for errors.  Just one:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;AuditTrailManager - Private key error Error opening C:\Program Files\SplunkUniversalForwarder\etc\auth\audit\private.pem: The system cannot find the patch specified.  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I was kind of expecting this as I told the UF to use Splunk own internal certificate during install?  Not sure if this is a factor....&lt;/P&gt;

&lt;P&gt;So no other errors.&lt;/P&gt;

&lt;P&gt;Here's C:\Program Files\SplunkUniversalForwarder\etc\apps\Splunk_TA_Windows\local\inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
disabled = 0
index = wineventlog

[WinEventLog://Security]
disabled = 0
index = wineventlog

[WinEventLog://System]
disabled = 0
index = wineventlog

[WinEventLog://Windows Powershell]
disabled = 0
index = wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here's  C:\Program Files\SplunkUniversalForwarder\etc\system\local\outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# BASE SETTINGS

[tcpout]
defaultGroup = primary_indexers

[tcpout:primary_indexers]
server = ip1:9997, ip2:9997, ip3:9997

## autolbsettings
autoLB = true
autoLBFrequency = 15
forceTimebasedAutoLB = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Some other posts have mentioned that there could be a permissions issue.  Is there a way to verify that?  I installed this UF with the same domain admin account that the HF are using to pull logs via WMI so there shouldn't be a permissions issue?&lt;/P&gt;

&lt;P&gt;What other steps can I take to fix this?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:36:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231193#M45000</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2020-09-29T09:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231194#M45001</link>
      <description>&lt;P&gt;I should say I've been looking at the following posts, but have not gotten a solution from them yet:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/310305/after-installing-the-universal-forwarder-on-30-win.html"&gt;https://answers.splunk.com/answers/310305/after-installing-the-universal-forwarder-on-30-win.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/223604/why-is-no-data-being-indexed-after-deploying-the-s.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev"&gt;https://answers.splunk.com/answers/223604/why-is-no-data-being-indexed-after-deploying-the-s.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/389351/why-is-my-universal-forwarder-on-windows-server-20.html"&gt;https://answers.splunk.com/answers/389351/why-is-my-universal-forwarder-on-windows-server-20.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:22:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231194#M45001</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231195#M45002</link>
      <description>&lt;P&gt;To check permissions the account has... &lt;/P&gt;

&lt;P&gt;runas /noprofile /env /netonly /user:domain\username "c:\windows\system32\eventvwr.msc"&lt;/P&gt;

&lt;P&gt;you will be asked for a password.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:40:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231195#M45002</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T14:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231196#M45003</link>
      <description>&lt;P&gt;So here are the results:&lt;/P&gt;

&lt;P&gt;runas /noprofile /env /netonly /user:domain\username "c:\windows\system32\eventvwr.msc"&lt;/P&gt;

&lt;P&gt;RUNAS ERROR:  Unable to run - eventvwr.msc&lt;BR /&gt;
193: eventvwr.msc is not a valid Win32 application.&lt;/P&gt;

&lt;P&gt;To verify I ran just eventvwr.msc.  That worked&lt;/P&gt;

&lt;P&gt;I ran runas /noprofile /env /netonly /user:domain\username "notepad.exe"&lt;/P&gt;

&lt;P&gt;That worked.&lt;/P&gt;

&lt;P&gt;I tried both of the above from the command prompt AND the elevated command prompt with the exact same results.&lt;/P&gt;

&lt;P&gt;Suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:54:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231196#M45003</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T14:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231197#M45004</link>
      <description>&lt;P&gt;sorry, change .msc to .exe should work fine.  since notepad.exe works fine, then removing c:\windows\system32\  should be ok too.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231197#M45004</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T14:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231198#M45005</link>
      <description>&lt;P&gt;OK, that did work.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:58:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231198#M45005</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231199#M45006</link>
      <description>&lt;P&gt;as follow up... adding permission for users can be tricky:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://techibee.com/sysadmins/how-to-grant-permissions-to-view-security-event-log-in-windows-server-2003-and-2008/2116"&gt;http://techibee.com/sysadmins/how-to-grant-permissions-to-view-security-event-log-in-windows-server-2003-and-2008/2116&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa363658(v=vs.85).aspx"&gt;https://msdn.microsoft.com/en-us/library/windows/desktop/aa363658(v=vs.85).aspx&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://blogs.technet.microsoft.com/janelewis/2010/04/30/giving-non-administrators-permission-to-read-event-logs-windows-2003-and-windows-2008/"&gt;https://blogs.technet.microsoft.com/janelewis/2010/04/30/giving-non-administrators-permission-to-read-event-logs-windows-2003-and-windows-2008/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231199#M45006</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231200#M45007</link>
      <description>&lt;P&gt;so as that user, can you read the logs?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231200#M45007</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231201#M45008</link>
      <description>&lt;P&gt;Yes, I can read the logs.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231201#M45008</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231202#M45009</link>
      <description>&lt;P&gt;well then the account has permission &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;   &lt;/P&gt;

&lt;P&gt;Are there a LOT of events in the logs? maybe from 2006 and beyond... if so it will take a while for the newer events to be read (depends on everything from size of the box to network throughput) etc.  but events older than 6 years might be getting rolled to frozen as soon as they arrive, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231202#M45009</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T15:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231203#M45010</link>
      <description>&lt;P&gt;The server is three years old and yes I forgot to put that limit into the .conf files.&lt;/P&gt;

&lt;P&gt;Is there a way to determine where those events are going?  If they are in any index?&lt;/P&gt;

&lt;P&gt;While I had turned off the UF last night, it's been running now for four hours today and still nothing is showing up (I just checked)&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231203#M45010</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231204#M45011</link>
      <description>&lt;P&gt;I think there's been enough time by now.&lt;/P&gt;

&lt;P&gt;You did create an index called wineventlog correct?&lt;/P&gt;

&lt;P&gt;no typos etc.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231204#M45011</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T15:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231205#M45012</link>
      <description>&lt;P&gt;Just verified that it's spelled correctly in both inputs.conf&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 15:53:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231205#M45012</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231206#M45013</link>
      <description>&lt;P&gt;very interesting... can you check to be sure theyre not ending up in index=_internal&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal source="WinEventLog:*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 May 2016 16:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231206#M45013</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T16:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231207#M45014</link>
      <description>&lt;P&gt;is it in internal?&lt;/P&gt;

&lt;P&gt;index=_internal source="WinEventLog:*"&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 16:13:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231207#M45014</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T16:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231208#M45015</link>
      <description>&lt;P&gt;OK I checked _internal and no entries.  So then I re-ran the search for anything from that server, just to see if anything turned up (index=wineventlog host=hostmanes) and lo and behold ONE event showed up!&lt;/P&gt;

&lt;P&gt;But only one and from the system log.&lt;/P&gt;

&lt;P&gt;So I expanded the search to all time (because why not) and it seems that your previous theory was right, I have VERY few events after midnight 3 May 2016, hundreds of thousands of events between 2pm and midnight and then almost nothing prior to that.  2pm on 3 May was about when I installed the UF.&lt;/P&gt;

&lt;P&gt;So that leads to another question, can I stop the UF, add in the history limit of 3 days and restart?  Or at this point will it ignore that config?&lt;/P&gt;

&lt;P&gt;And why isn't it getting any logs after midnight?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 16:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231208#M45015</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T16:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231209#M45016</link>
      <description>&lt;P&gt;I think i've hit a limit on comments because it keeps discarding my latest comments&lt;/P&gt;

&lt;P&gt;are the events in the internal index?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal source="WinEventLog*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 May 2016 17:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231209#M45016</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-04T17:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231210#M45017</link>
      <description>&lt;P&gt;I didn't notice that my reply to your comment didn't get posted.&lt;/P&gt;

&lt;P&gt;The events are NOT in the internal log&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 17:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231210#M45017</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T17:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231211#M45018</link>
      <description>&lt;P&gt;The events are not in the _internal log.&lt;/P&gt;

&lt;P&gt;Furthermore, I performed a general search index=* host=hostname and found that I HAD gotten some results.&lt;/P&gt;

&lt;P&gt;From 2pm 3 May 2016 to midnight 3 May 2016, I received about 100,000+ events per hour.  Then it has dropped off to maybe one event per hour.&lt;/P&gt;

&lt;P&gt;and even then, it's only been the events from the system log.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 17:12:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231211#M45018</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T17:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to troubleshoot why a Windows universal forwarder is sending metrics, but not Windows event logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231212#M45019</link>
      <description>&lt;P&gt;I just tried the SPL99687 suggestion from &lt;A href="http://docs.splunk.com/Documentation/Forwarder/latest/Forwarder/KnownIssues"&gt;http://docs.splunk.com/Documentation/Forwarder/latest/Forwarder/KnownIssues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and when I stopped and restarted splunk, THOSE TWO log entries showed in the search.  But still nothing else.&lt;/P&gt;

&lt;P&gt;double checking spelling again....&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 17:35:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-troubleshoot-why-a-Windows-universal-forwarder-is-sending/m-p/231212#M45019</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-05-04T17:35:49Z</dc:date>
    </item>
  </channel>
</rss>

