<?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: Prop Config Issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Prop-Config-Issue/m-p/141361#M97908</link>
    <description>&lt;P&gt;Thanks for the help! i solved this problem by using:&lt;BR /&gt;
EXTRACT-serial_number = (?i) SerialNumber: (?P&lt;SERIAL_NUMBER&gt;.[^ ]+)&lt;/SERIAL_NUMBER&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:49:32 GMT</pubDate>
    <dc:creator>Jiamin</dc:creator>
    <dc:date>2020-09-28T15:49:32Z</dc:date>
    <item>
      <title>Prop Config Issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Prop-Config-Issue/m-p/141359#M97906</link>
      <description>&lt;P&gt;Hi, I currently writing prop configure to validate my event&lt;/P&gt;

&lt;P&gt;Events &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Feb 03 13:22:23 Jessica-Ubuntu kernel: [ 7098.424722] usb 1-1: Manufacturer: SanDisk Feb 3 13:22:23 Jessica-Ubuntu kernel: [ 7098.424725] usb 1-1: SerialNumber: 200522427013E6812147 Feb 4 22:11:46 Jessica-Ubuntu kernel: [ 2.710593] usb 2-2.1: Product: Virtual Bluetooth Adapter Feb 4 22:11:46 Jessica-Ubuntu kernel: [ 2.710597] usb 2-2.1: SerialNumber: 000650268328&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;PropConfig Settings&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[source::linuxusb]&lt;BR /&gt;
SHOULD_LINEMERGE = true&lt;BR /&gt;
BREAK_ONLY_BEFORE = Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec&lt;BR /&gt;
EXTRACT-date = (?i) .*? (?P&lt;DATE&gt;\w+\s+\d+\s+\d+:\d+:\d+)\s+\w+&lt;BR /&gt;
EXTRACT-description = (?i) Product: (?P&lt;DESCRIPTION&gt;.+?)\s+\w+\s+\d+&lt;BR /&gt;
EXTRACT-device_mfg = (?i) Manufacturer: (?P&lt;DEVICE_MFG&gt;[^ ]+)&lt;BR /&gt;
EXTRACT-serial_number = (?i) SerialNumber: (?P&lt;SERIAL_NUMBER&gt;.+)&lt;/SERIAL_NUMBER&gt;&lt;/DEVICE_MFG&gt;&lt;/DESCRIPTION&gt;&lt;/DATE&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Result for SerialNumber &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;200522427013E6812147 Feb 4 22:11:46 Jessica-Ubuntu kernel: [ 2.710593] usb 2-2.1: Product: Virtual Bluetooth Adapter Feb 4 22:11:46 Jessica-Ubuntu kernel: [ 2.710597] usb 2-2.1: SerialNumber: 000650268328&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I only wan 200522427013E6812147. How do i grab this data only. Please help&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:49:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Prop-Config-Issue/m-p/141359#M97906</guid>
      <dc:creator>Jiamin</dc:creator>
      <dc:date>2020-09-28T15:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Prop Config Issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Prop-Config-Issue/m-p/141360#M97907</link>
      <description>&lt;P&gt;Is this one, or four events? If it's supposed to be four events, then your line-breaking isn't working either. &lt;/P&gt;

&lt;P&gt;For the REGEX extraction of SerialNumber, just be a bit more specific - instead of &lt;CODE&gt;.+&lt;/CODE&gt; try &lt;CODE&gt;\S+&lt;/CODE&gt; (i.e. anything but newline, tab, space) or even &lt;CODE&gt;[A-Z0-9]+&lt;/CODE&gt; depending on what characters you can expect to find.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 06:43:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Prop-Config-Issue/m-p/141360#M97907</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-02-07T06:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Prop Config Issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Prop-Config-Issue/m-p/141361#M97908</link>
      <description>&lt;P&gt;Thanks for the help! i solved this problem by using:&lt;BR /&gt;
EXTRACT-serial_number = (?i) SerialNumber: (?P&lt;SERIAL_NUMBER&gt;.[^ ]+)&lt;/SERIAL_NUMBER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Prop-Config-Issue/m-p/141361#M97908</guid>
      <dc:creator>Jiamin</dc:creator>
      <dc:date>2020-09-28T15:49:32Z</dc:date>
    </item>
  </channel>
</rss>

