<?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: WinEventLogs Cannot get Event Details in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLogs-Cannot-get-Event-Details/m-p/339774#M62694</link>
    <description>&lt;P&gt;Maybe the following can help - &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/Data/MonitorWindowseventlogdata"&gt;Monitor Windows event log data&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2017 20:51:04 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2017-06-08T20:51:04Z</dc:date>
    <item>
      <title>WinEventLogs Cannot get Event Details</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLogs-Cannot-get-Event-Details/m-p/339773#M62693</link>
      <description>&lt;P&gt;I am monitoring WinEventLogs for Direct Access Troubleshooting using stanzas like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Microsoft-Windows-Base-Filtering-Engine-Connections/Operational]
disabled = 0
index = myindex
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am successfully getting all events but the information I can see in Windows Event Viewer's Details tab is not received. The information in the logs in Splunk is pretty basic and almost useless. &lt;/P&gt;

&lt;P&gt;I've uploaded two screenshots. DA_Logs shows what I am getting using the above stanza whereas DA_Logs2 is the what I actually need under "Details" tab from the Event Viewer.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/205724-da-logs2.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:24:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLogs-Cannot-get-Event-Details/m-p/339773#M62693</guid>
      <dc:creator>nabeel652</dc:creator>
      <dc:date>2020-09-29T14:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLogs Cannot get Event Details</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLogs-Cannot-get-Event-Details/m-p/339774#M62694</link>
      <description>&lt;P&gt;Maybe the following can help - &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/Data/MonitorWindowseventlogdata"&gt;Monitor Windows event log data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 20:51:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLogs-Cannot-get-Event-Details/m-p/339774#M62694</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-06-08T20:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLogs Cannot get Event Details</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLogs-Cannot-get-Event-Details/m-p/339775#M62695</link>
      <description>&lt;P&gt;The fields and values under the "Details" section of the Windows Event is actually what Windows would send if you set &lt;CODE&gt;renderXml = 1&lt;/CODE&gt; on.  What you get when you either have &lt;CODE&gt;renderXml = 0&lt;/CODE&gt; (or if the setting just isn't in there) is the information under the "General" tab.  &lt;/P&gt;

&lt;P&gt;Normally these two sets of  information are the same or at least very similar, but not always.  It will always show different in field names and such, but that's to be expected since half of the non-xml events don't have field names properly anyway.  In some cases the actual information is completely different.&lt;/P&gt;

&lt;P&gt;My guess is this is what you are seeing.  To fix, edit your input stanza and add to it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Microsoft-Windows-Base-Filtering-Engine-Connections/Operational]
renderXml = 1
disabled = 0
index = myindex
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After that (well, and appropriate UF restarts and whatnot) your events will come in looking as ugly as sin, BUT the fields will be far better and more usefully named and will have better content most of the time.&lt;/P&gt;

&lt;P&gt;So, I'd recommend after the above change that you shorten your time frame, run it in verbose mode and exploring the new fields (rather than looking at and going blind from the raw XML).&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 00:09:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLogs-Cannot-get-Event-Details/m-p/339775#M62695</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-06-09T00:09:11Z</dc:date>
    </item>
  </channel>
</rss>

