<?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 Windows Security logs and USB Monitoring in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Windows-Security-logs-and-USB-Monitoring/m-p/101736#M7485</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;

&lt;P&gt;I'm trying to find a way to catch the number 0018F3D97D02BBA0517E001A&amp;amp;0 which before the last backslash.&lt;/P&gt;

&lt;P&gt;I put an extract of the line I want to a reg on it.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Object Name:    \REGISTRY\MACHINE\SYSTEM\ControlSet001\Enum\USBSTOR\Disk&amp;amp;Ven_Kingston&amp;amp;Prod_DT_R500&amp;amp;Rev_PMAP\0018F3D97D02BBA0517E001A&amp;amp;0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The reg command I used is the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=_raw "USBSTOR.*_(?&amp;lt;USBID&amp;gt;......?)"|
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I just want to extract all data after the last backslash.&lt;/P&gt;

&lt;P&gt;Please help,&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Raph&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2011 14:54:25 GMT</pubDate>
    <dc:creator>rduro</dc:creator>
    <dc:date>2011-11-01T14:54:25Z</dc:date>
    <item>
      <title>Windows Security logs and USB Monitoring</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Windows-Security-logs-and-USB-Monitoring/m-p/101736#M7485</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;

&lt;P&gt;I'm trying to find a way to catch the number 0018F3D97D02BBA0517E001A&amp;amp;0 which before the last backslash.&lt;/P&gt;

&lt;P&gt;I put an extract of the line I want to a reg on it.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Object Name:    \REGISTRY\MACHINE\SYSTEM\ControlSet001\Enum\USBSTOR\Disk&amp;amp;Ven_Kingston&amp;amp;Prod_DT_R500&amp;amp;Rev_PMAP\0018F3D97D02BBA0517E001A&amp;amp;0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The reg command I used is the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex field=_raw "USBSTOR.*_(?&amp;lt;USBID&amp;gt;......?)"|
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I just want to extract all data after the last backslash.&lt;/P&gt;

&lt;P&gt;Please help,&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Raph&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2011 14:54:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Windows-Security-logs-and-USB-Monitoring/m-p/101736#M7485</guid>
      <dc:creator>rduro</dc:creator>
      <dc:date>2011-11-01T14:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security logs and USB Monitoring</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Windows-Security-logs-and-USB-Monitoring/m-p/101737#M7486</link>
      <description>&lt;P&gt;If that code is the last text in the event, how about:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex "(?&amp;lt;USBID&amp;gt;[^\\]+)$"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Nov 2011 15:17:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Windows-Security-logs-and-USB-Monitoring/m-p/101737#M7486</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-11-01T15:17:43Z</dc:date>
    </item>
  </channel>
</rss>

