<?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 Help with Extracting WinEventLog Fields in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Extracting-WinEventLog-Fields/m-p/504201#M85963</link>
    <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;&lt;P&gt;Has anyone seen this or something similar?&amp;nbsp; We are collecting Windows Events Logs from Windows servers via a logging tool and they are being forwarded to a Splunk HF.&amp;nbsp; Due to the logging system format, Splunk is not parsing the fields automatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample event:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Jun 11 12:00:08 LOGGING-SERVER.domain.com 1 2020-06-11T19:00:03.529Z WINSVR001 - - - [Originator@6876 eventid="4624" task="Logon" keywords="Audit Success" level="Information" channel="Security" opcode="Info" eventrecordid="383694869" providername="Microsoft-Windows-Security-Auditing"] An account was successfully logged on.
	
	Subject:
		Security ID:		S-1-5-20
		Account Name:		WINSVR001-V$
		Account Domain:		AD
		Logon ID:		0x3e4
	
	Logon Type:			8
	
	New Logon:
		Security ID:		S-1-5-21-503695880-123456789-3595387526-4510
		Account Name:		jdoe
		Account Domain:		AD
		Logon ID:		0x139c67d30
		Logon GUID:		{F325D620-6114-0657-01BF-F25C4AD21656}
	
	Process Information:
		Process ID:		0x3f8
		Process Name:		D:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\PopImap\Microsoft.Exchange.Imap4.exe
	
	Network Information:
		Workstation Name:	WINSVR001-V
		Source Network Address:	-
		Source Port:		-
	
	Detailed Authentication Information:
		Logon Process:		Advapi  
		Authentication Package:	Negotiate
		Transited Services:	-
		Package Name (NTLM only):	-
		Key Length:		0
	&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using Splunk Add-on for Microsoft Windows 8.0.&amp;nbsp; Is it possible to modify the existing conf files to have the fields parsed?&amp;nbsp; Using the add-on with all the defined fields will integrate with CIM and ES nicely. I'm trying to avoid reinventing the wheel and doing a brute force regex on the whole event.&lt;/P&gt;&lt;P&gt;If you're up to the challenge, I'm looking for:&lt;/P&gt;&lt;P&gt;-Is it possible to modify the Splunk Add-on for Microsoft Windows 8.0 to recognize the above wineventlog format?&lt;/P&gt;&lt;P&gt;-Can some help me with the regex to parse all the wineventlog fields and values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the help in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 16:33:15 GMT</pubDate>
    <dc:creator>hfernandez_</dc:creator>
    <dc:date>2020-06-12T16:33:15Z</dc:date>
    <item>
      <title>Help with Extracting WinEventLog Fields</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-with-Extracting-WinEventLog-Fields/m-p/504201#M85963</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;&lt;P&gt;Has anyone seen this or something similar?&amp;nbsp; We are collecting Windows Events Logs from Windows servers via a logging tool and they are being forwarded to a Splunk HF.&amp;nbsp; Due to the logging system format, Splunk is not parsing the fields automatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample event:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Jun 11 12:00:08 LOGGING-SERVER.domain.com 1 2020-06-11T19:00:03.529Z WINSVR001 - - - [Originator@6876 eventid="4624" task="Logon" keywords="Audit Success" level="Information" channel="Security" opcode="Info" eventrecordid="383694869" providername="Microsoft-Windows-Security-Auditing"] An account was successfully logged on.
	
	Subject:
		Security ID:		S-1-5-20
		Account Name:		WINSVR001-V$
		Account Domain:		AD
		Logon ID:		0x3e4
	
	Logon Type:			8
	
	New Logon:
		Security ID:		S-1-5-21-503695880-123456789-3595387526-4510
		Account Name:		jdoe
		Account Domain:		AD
		Logon ID:		0x139c67d30
		Logon GUID:		{F325D620-6114-0657-01BF-F25C4AD21656}
	
	Process Information:
		Process ID:		0x3f8
		Process Name:		D:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\PopImap\Microsoft.Exchange.Imap4.exe
	
	Network Information:
		Workstation Name:	WINSVR001-V
		Source Network Address:	-
		Source Port:		-
	
	Detailed Authentication Information:
		Logon Process:		Advapi  
		Authentication Package:	Negotiate
		Transited Services:	-
		Package Name (NTLM only):	-
		Key Length:		0
	&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using Splunk Add-on for Microsoft Windows 8.0.&amp;nbsp; Is it possible to modify the existing conf files to have the fields parsed?&amp;nbsp; Using the add-on with all the defined fields will integrate with CIM and ES nicely. I'm trying to avoid reinventing the wheel and doing a brute force regex on the whole event.&lt;/P&gt;&lt;P&gt;If you're up to the challenge, I'm looking for:&lt;/P&gt;&lt;P&gt;-Is it possible to modify the Splunk Add-on for Microsoft Windows 8.0 to recognize the above wineventlog format?&lt;/P&gt;&lt;P&gt;-Can some help me with the regex to parse all the wineventlog fields and values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the help in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:33:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-with-Extracting-WinEventLog-Fields/m-p/504201#M85963</guid>
      <dc:creator>hfernandez_</dc:creator>
      <dc:date>2020-06-12T16:33:15Z</dc:date>
    </item>
  </channel>
</rss>

