<?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 events: Why no data in the &amp;quot;Message&amp;quot; field? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137378#M28278</link>
    <description>&lt;P&gt;I talked to support and apparently when reading windows events from a file, the message data is not collected.  I did not find a fix for this, but you may also want to consult support.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2015 17:25:42 GMT</pubDate>
    <dc:creator>Bill_B</dc:creator>
    <dc:date>2015-03-10T17:25:42Z</dc:date>
    <item>
      <title>Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137371#M28271</link>
      <description>&lt;P&gt;I have a heavy forwarder on a win2008R2 server. Windows security logs are being written to a file on that forwarder and then forwarded to Splunk enterprise instance. The problem I am having is that there is no information or data appearing in the "Message=" part of the event. &lt;STRONG&gt;Can anyone tell me why I am not getting this data and how I can fix it?&lt;/STRONG&gt;&lt;BR /&gt;
I have looked at the Windows logs on the forwarder and the "Message" information is there, but not showing in Splunk searches. Here is a sample of a Windows event as it shows in a Splunk search:&lt;/P&gt;

&lt;P&gt;09/23/2014 10:32:21 AM&lt;/P&gt;

&lt;P&gt;LogName=Security&lt;/P&gt;

&lt;P&gt;SourceName=Microsoft Windows security auditing.&lt;/P&gt;

&lt;P&gt;EventCode=4740&lt;/P&gt;

&lt;P&gt;EventType=0&lt;/P&gt;

&lt;P&gt;Type=Information&lt;/P&gt;

&lt;P&gt;ComputerName=xxx.xxx.xxx&lt;/P&gt;

&lt;P&gt;TaskCategory=User Account Management&lt;/P&gt;

&lt;P&gt;OpCode=Info&lt;/P&gt;

&lt;P&gt;RecordNumber=348148916&lt;/P&gt;

&lt;P&gt;Keywords=Audit Success&lt;/P&gt;

&lt;P&gt;Message= &lt;/P&gt;

&lt;P&gt;Thank you for your help. &lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 18:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137371#M28271</guid>
      <dc:creator>Bill_B</dc:creator>
      <dc:date>2014-09-23T18:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137372#M28272</link>
      <description>&lt;P&gt;Is your inputs.conf for the HF blacklisting this field?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 18:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137372#M28272</guid>
      <dc:creator>Jeff_Lightly_Sp</dc:creator>
      <dc:date>2014-09-23T18:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137373#M28273</link>
      <description>&lt;P&gt;No blacklisting was done manually. Could it have been blacklisted automatically by an app or config? I'm checking out the inputs/outputs/transforms files on the hvy forwarder now. Any suggestions on what I should be looking for? Thanks Jeff.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 18:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137373#M28273</guid>
      <dc:creator>Bill_B</dc:creator>
      <dc:date>2014-09-23T18:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137374#M28274</link>
      <description>&lt;P&gt;In my limited time using splunk, I've not seen an app automatically do blacklisting.&lt;/P&gt;

&lt;P&gt;I've done blacklisting in inputs.conf like:&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
blacklist1 = EventCode=4662 Message="Object Type:\s+(?!groupPolicyContainer)"&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 19:20:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137374#M28274</guid>
      <dc:creator>Jeff_Lightly_Sp</dc:creator>
      <dc:date>2014-09-23T19:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137375#M28275</link>
      <description>&lt;P&gt;I can confirm that there is no blacklisting. I think it may have to do with the REGEX for reporting the message, but I have no REGEX knowledge/experience.&lt;BR /&gt;
I'm seeing this in SPLUNK_HOME/etc/system/default/props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::WinEventLog...]
SHOULD_LINEMERGE = false
MAX_TIMESTAMP_LOOKAHEAD=30
LINE_BREAKER = ([\r\n](?=\d{2}/\d{2}/\d{2,4} \d{2}:\d{2}:\d{2} [aApPmM]{2}))
**REPORT-MESSAGE = wel-message, wel-eq-kv, wel-col-kv**
KV_MODE=none
TRANSFORMS-FIELDS = strip-winevt-linebreaker
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and in transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**[wel-message]**
REGEX = (?sm)^(?&amp;lt;_pre_msg&amp;gt;.+)\nMessage=(?.+)$
CLEAN_KEYS = false

**[wel-eq-kv]**
SOURCE_KEY = _pre_msg
DELIMS     = "\n","="
MV_ADD     = true

**[wel-col-kv]**
SOURCE_KEY = Message
REGEX      = \n([^:\n\r]+):[ \t]++([^\n]*)
FORMAT     = $1::$2
MV_ADD     = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Sep 2014 20:20:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137375#M28275</guid>
      <dc:creator>Bill_B</dc:creator>
      <dc:date>2014-09-23T20:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137376#M28276</link>
      <description>&lt;P&gt;FWIW, my props and tranforms.conf are identical to yours and I'm not seeing that behavior. My REGEX experience is slight too but I don't think these examples are blacklisting. To clarify, you are looking at .conf's in the default folder but they could be superceded by conf's in the local folder..I'm just sayin'. &lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 20:43:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137376#M28276</guid>
      <dc:creator>Jeff_Lightly_Sp</dc:creator>
      <dc:date>2014-09-23T20:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137377#M28277</link>
      <description>&lt;P&gt;Bill, were you able to figure this out? We're experiencing the same in our environment.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 17:11:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137377#M28277</guid>
      <dc:creator>thuntley</dc:creator>
      <dc:date>2015-03-10T17:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137378#M28278</link>
      <description>&lt;P&gt;I talked to support and apparently when reading windows events from a file, the message data is not collected.  I did not find a fix for this, but you may also want to consult support.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 17:25:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137378#M28278</guid>
      <dc:creator>Bill_B</dc:creator>
      <dc:date>2015-03-10T17:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137379#M28279</link>
      <description>&lt;P&gt;Fixing it for 6.5.5.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137379#M28279</guid>
      <dc:creator>hrawat</dc:creator>
      <dc:date>2017-05-03T19:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137380#M28280</link>
      <description>&lt;P&gt;very odd,&lt;BR /&gt;
i thought 6.6.0 was just released yesterday...&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 03:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137380#M28280</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-04T03:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Windows events: Why no data in the "Message" field?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137381#M28281</link>
      <description>&lt;P&gt;hello there,&lt;BR /&gt;
per this webiste: &lt;A href="https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4740"&gt;https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4740&lt;/A&gt;&lt;BR /&gt;
this is an example of EventCode 4740 A user account was locked out:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Subject:

   Security ID:  SYSTEM
   Account Name:  WIN-R9H529RIO4Y$
   Account Domain:  WORKGROUP
   Logon ID:  0x3e7

Account That Was Locked Out:

   Security ID:  WIN-R9H529RIO4Y\John
   Account Name:  John

Additional Information:

   Caller Computer Name: WIN-R9H529RIO4Y
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it does not contain a message.&lt;BR /&gt;
therefore, message field as no value&lt;/P&gt;

&lt;P&gt;hope it clears it a little&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 03:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-events-Why-no-data-in-the-quot-Message-quot-field/m-p/137381#M28281</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-04T03:19:26Z</dc:date>
    </item>
  </channel>
</rss>

