<?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: XmlWinEventLog:Security  events ::ffff: Remove SED props not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/XmlWinEventLog-Security-events-ffff-Remove-SED-props-not-working/m-p/435205#M75929</link>
    <description>&lt;P&gt;they did all Windows TA App  source definitions filed changes on  WinEventLog:Security source name ,  and finally they renamed the source as XmlWinEventLog:Security  may be that's the reason my confs are not working. &lt;BR /&gt;
now i had change my confs by removing the XML from the source OR sourcetype &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; [source::WinEventLog:Security]
&amp;gt; SEDCMD-remove_ffff = s/(::ffff:)//g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 08 Aug 2019 17:45:54 GMT</pubDate>
    <dc:creator>vemurisurya</dc:creator>
    <dc:date>2019-08-08T17:45:54Z</dc:date>
    <item>
      <title>XmlWinEventLog:Security  events ::ffff: Remove SED props not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/XmlWinEventLog-Security-events-ffff-Remove-SED-props-not-working/m-p/435204#M75928</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
We are collecting the winevent logs  in XML format since enabled ipv6 on the DC we are getting src_ip with included ipv6 and IP. &lt;BR /&gt;
When I am trying to remove the ipv6 (::ffff:) from the src_ip and parse only IP address.&lt;BR /&gt;&lt;BR /&gt;
Neither of my props works.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[XmlWinEventLog]
SEDCMD-remove_ffff = s/(?ms)(.*IpAddress\'\&amp;gt;)(::ffff:)(.*)/\1\3/g

[XmlWinEventLog]
SEDCMD-ipaddresssed = s/(::ffff:)//g
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My actual event.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'&amp;gt;&amp;lt;System&amp;gt;&amp;lt;Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5434-4994-A5BA-3E3B0328C30D}'/&amp;gt;&amp;lt;EventID&amp;gt;4769&amp;lt;/EventID&amp;gt;&amp;lt;Version&amp;gt;0&amp;lt;/Version&amp;gt;&amp;lt;Level&amp;gt;0&amp;lt;/Level&amp;gt;&amp;lt;Task&amp;gt;14337&amp;lt;/Task&amp;gt;&amp;lt;Opcode&amp;gt;0&amp;lt;/Opcode&amp;gt;&amp;lt;Keywords&amp;gt;0x80200000000000&amp;lt;/Keywords&amp;gt;&amp;lt;TimeCreated SystemTime='2019-08-07T20:59:39.371042600Z'/&amp;gt;&amp;lt;EventRecordID&amp;gt;93547806&amp;lt;/EventRecordID&amp;gt;&amp;lt;Correlation/&amp;gt;&amp;lt;Execution ProcessID='704' ThreadID='1468'/&amp;gt;&amp;lt;Channel&amp;gt;Security&amp;lt;/Channel&amp;gt;&amp;lt;Computer&amp;gt;dcserver.prog.com&amp;lt;/Computer&amp;gt;&amp;lt;Security/&amp;gt;&amp;lt;/System&amp;gt;&amp;lt;EventData&amp;gt;&amp;lt;Data Name='TargetUserName'&amp;gt;dvtest@prog.COM&amp;lt;/Data&amp;gt;&amp;lt;Data Name='TargetDomainName'&amp;gt;prog.COM&amp;lt;/Data&amp;gt;&amp;lt;Data Name='ServiceName'&amp;gt;dctest$&amp;lt;/Data&amp;gt;&amp;lt;Data Name='ServiceSid'&amp;gt;progtest\devtest$&amp;lt;/Data&amp;gt;&amp;lt;Data Name='TicketOptions'&amp;gt;0x40810000&amp;lt;/Data&amp;gt;&amp;lt;Data Name='TicketEncryptionType'&amp;gt;0x12&amp;lt;/Data&amp;gt;&amp;lt;Data Name='IpAddress'&amp;gt;::ffff:10.0.192.53&amp;lt;/Data&amp;gt;&amp;lt;Data Name='IpPort'&amp;gt;58774&amp;lt;/Data&amp;gt;&amp;lt;Data Name='Status'&amp;gt;0x0&amp;lt;/Data&amp;gt;&amp;lt;Data Name='LogonGuid'&amp;gt;{CA2F0CA9-78F8-0F8F-EAA1-269FE090D582}&amp;lt;/Data&amp;gt;&amp;lt;Data Name='TransmittedServices'&amp;gt;- &amp;lt;/Data&amp;gt;&amp;lt;/EventData&amp;gt;&amp;lt;/Event&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/XmlWinEventLog-Security-events-ffff-Remove-SED-props-not-working/m-p/435204#M75928</guid>
      <dc:creator>vemurisurya</dc:creator>
      <dc:date>2020-09-30T01:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: XmlWinEventLog:Security  events ::ffff: Remove SED props not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/XmlWinEventLog-Security-events-ffff-Remove-SED-props-not-working/m-p/435205#M75929</link>
      <description>&lt;P&gt;they did all Windows TA App  source definitions filed changes on  WinEventLog:Security source name ,  and finally they renamed the source as XmlWinEventLog:Security  may be that's the reason my confs are not working. &lt;BR /&gt;
now i had change my confs by removing the XML from the source OR sourcetype &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; [source::WinEventLog:Security]
&amp;gt; SEDCMD-remove_ffff = s/(::ffff:)//g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/XmlWinEventLog-Security-events-ffff-Remove-SED-props-not-working/m-p/435205#M75929</guid>
      <dc:creator>vemurisurya</dc:creator>
      <dc:date>2019-08-08T17:45:54Z</dc:date>
    </item>
  </channel>
</rss>

