<?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: Change Windows Event Log Format in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Change-Windows-Event-Log-Format/m-p/82782#M17176</link>
    <description>&lt;P&gt;This was a known bug i v 4.3.2 i believe - from the release notes for that version:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;•Reading of the Message field for Windows Event Log data will frequently fail, showing a message such as "Splunk could not get the description for this event." instead of the correct message text. As a temporary workaround, continue using 4.3.1 or earlier on Windows forwarders when gathering this data. (SPL-51312) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This was fixed in 4.3.3. However, if I remember correctly, there was a memory leak in the Windows Universal Forwarder v 4.3.3, so get a newer version than that.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/ReleaseNotes/4.3.3"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/ReleaseNotes/4.3.3&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;OR &lt;/P&gt;

&lt;P&gt;it could also be that you are trying to read the .evt files directly, which really can't be done, since they are nor regular text log files. Thus if you copy the .evt files to another location, you will not get the complete event.&lt;/P&gt;

&lt;P&gt;See the following for more info&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Data/WhatSplunkcanmonitor#Windows_sources"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Data/WhatSplunkcanmonitor#Windows_sources&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;

&lt;P&gt;/Kristian&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2013 13:39:06 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2013-04-03T13:39:06Z</dc:date>
    <item>
      <title>Change Windows Event Log Format</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-Windows-Event-Log-Format/m-p/82781#M17175</link>
      <description>&lt;P&gt;Hi guys &lt;/P&gt;

&lt;P&gt;Please see below for an example of the event log I'm referring to.&lt;/P&gt;

&lt;P&gt;In a nut shell we send some logs off to a 3rd party but there telling us that they are having issues reading them from Splunk, I have looked into this and Splunk is sending the events from Windows without issue however the description has an error, after reading up a little there are a few posts on here but I dont see an answer that has resolved this as yet, from what I have read it looks like we may need to try and change the way that Windows writes the eventlog. Im not even sure if we can do this but I was hoping that someone out there may have had this before and resolved the issue&lt;/P&gt;

&lt;P&gt;&amp;lt;13&amp;gt; XXXXXXXXXX 03/08/2013 02:50:49 PM&lt;BR /&gt;
Log Name=Security&lt;BR /&gt;
SourceName=Microsoft-Windows-Security-Auditing&lt;BR /&gt;
EventCode=4776&lt;BR /&gt;
EventType=0&lt;BR /&gt;
ComputerName=XXXXXXXXXXXXX&lt;BR /&gt;
TaskCategory=None&lt;BR /&gt;
OpCode=None&lt;BR /&gt;
RecordNumber=6063330&lt;BR /&gt;
Keywords=None&lt;BR /&gt;
Message=Splunk could not get the description for this event. Either the component that raises this event is not installed on your local computer or the installation is corrupt.&lt;BR /&gt;
FormatMessage error: The handle is invalid.&lt;BR /&gt;
Got the following information from this event: &lt;BR /&gt;
MICROSOFT_AUTHENTICATION_PACKAGE_V1_0&lt;BR /&gt;
XXXXXXXXXXXXX&lt;BR /&gt;
XXXXXXXXXXXXX&lt;/P&gt;

&lt;P&gt;any help would be much appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:39:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-Windows-Event-Log-Format/m-p/82781#M17175</guid>
      <dc:creator>AaronMoorcroft</dc:creator>
      <dc:date>2020-09-28T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change Windows Event Log Format</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-Windows-Event-Log-Format/m-p/82782#M17176</link>
      <description>&lt;P&gt;This was a known bug i v 4.3.2 i believe - from the release notes for that version:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;•Reading of the Message field for Windows Event Log data will frequently fail, showing a message such as "Splunk could not get the description for this event." instead of the correct message text. As a temporary workaround, continue using 4.3.1 or earlier on Windows forwarders when gathering this data. (SPL-51312) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This was fixed in 4.3.3. However, if I remember correctly, there was a memory leak in the Windows Universal Forwarder v 4.3.3, so get a newer version than that.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/ReleaseNotes/4.3.3"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/ReleaseNotes/4.3.3&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;OR &lt;/P&gt;

&lt;P&gt;it could also be that you are trying to read the .evt files directly, which really can't be done, since they are nor regular text log files. Thus if you copy the .evt files to another location, you will not get the complete event.&lt;/P&gt;

&lt;P&gt;See the following for more info&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Data/WhatSplunkcanmonitor#Windows_sources"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Data/WhatSplunkcanmonitor#Windows_sources&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;

&lt;P&gt;/Kristian&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 13:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-Windows-Event-Log-Format/m-p/82782#M17176</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-04-03T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change Windows Event Log Format</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Change-Windows-Event-Log-Format/m-p/82783#M17177</link>
      <description>&lt;P&gt;I agree with Kristian about the likely 4.3.2 cause.  That's 4.3.2 where the data is being tailed, not any later point in the chain.&lt;/P&gt;

&lt;P&gt;As a minor correction, we do support tailing .evt/.evtx files, but only on windows (because we ask the microsoft subsystem to process them).  But there are a variety of dragons here due to the design of Windows Event Log.  Primarily reading evt files on systems other than the producing one can lack the backing data from the DLLs in which we're supposed to lookup these strings and produce this same symptom.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 18:41:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Change-Windows-Event-Log-Format/m-p/82783#M17177</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2013-04-03T18:41:39Z</dc:date>
    </item>
  </channel>
</rss>

