<?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: Help in Regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373144#M109759</link>
    <description>&lt;P&gt;Thanks a lot Mus&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 18:19:51 GMT</pubDate>
    <dc:creator>vrmandadi</dc:creator>
    <dc:date>2017-03-24T18:19:51Z</dc:date>
    <item>
      <title>Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373141#M109756</link>
      <description>&lt;P&gt;I have the  field   message - Method: Execute | Class: GetUsersByVinActivity &lt;BR /&gt;
                              message-  Method: Execute | Class: DecodeVinActivity&lt;/P&gt;

&lt;P&gt;I want the method and class to extract as new fields from the message field&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:38:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373141#M109756</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2017-03-24T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373142#M109757</link>
      <description>&lt;P&gt;^\w+\s+.\s+\w+.\s+\w+\s+\w+.\s+\w+.\s+(?\w+\s+).\s+\w+.\s+(?\w+)&lt;/P&gt;

&lt;P&gt;This is a "Greedy" RegEx - Regex101.com is your friend!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:55:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373142#M109757</guid>
      <dc:creator>jrbanks6</dc:creator>
      <dc:date>2017-03-24T17:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373143#M109758</link>
      <description>&lt;P&gt;Hi vrmandadi,&lt;/P&gt;

&lt;P&gt;if the events are always in the format of the example you can use this regex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; your search here to get the events 
| rex max_match=0 field=message "Method:\s(?&amp;lt;Method&amp;gt;[^\s]+)\s\|\sClass:\s(?&amp;lt;Class&amp;gt;[^\s]+)" 
| table _time Method Class
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373143#M109758</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-03-24T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373144#M109759</link>
      <description>&lt;P&gt;Thanks a lot Mus&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/373144#M109759</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2017-03-24T18:19:51Z</dc:date>
    </item>
  </channel>
</rss>

