<?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 RegEx does not work should be simple in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/RegEx-does-not-work-should-be-simple/m-p/21255#M3471</link>
    <description>&lt;P&gt;System.Exception: Cannot create CMOperator.An existing connection was forcibly closed by the remote host at CMOperator.CMOperatorConnection..ctor(String ihost, String iuser, String ipassword, Int32 iport, String iCMName, String iLoggerConfig, Boolean iEnablePing, Boolean iPersistConnection) at ExtensionManagerDLL.Class1.ProvisionImpl.GetPbxConnection(String pbxName)&lt;/P&gt;

&lt;P&gt;I want to grab all of the information from Cannot... and just get rid of System.Execption. I dont know why my regex wont work, RegExr says that it will. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rex"Exception:(?&amp;lt;Message&amp;gt;.+?Name)\)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 30 Jul 2012 16:57:49 GMT</pubDate>
    <dc:creator>Michael_Schyma1</dc:creator>
    <dc:date>2012-07-30T16:57:49Z</dc:date>
    <item>
      <title>RegEx does not work should be simple</title>
      <link>https://community.splunk.com/t5/Splunk-Search/RegEx-does-not-work-should-be-simple/m-p/21255#M3471</link>
      <description>&lt;P&gt;System.Exception: Cannot create CMOperator.An existing connection was forcibly closed by the remote host at CMOperator.CMOperatorConnection..ctor(String ihost, String iuser, String ipassword, Int32 iport, String iCMName, String iLoggerConfig, Boolean iEnablePing, Boolean iPersistConnection) at ExtensionManagerDLL.Class1.ProvisionImpl.GetPbxConnection(String pbxName)&lt;/P&gt;

&lt;P&gt;I want to grab all of the information from Cannot... and just get rid of System.Execption. I dont know why my regex wont work, RegExr says that it will. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rex"Exception:(?&amp;lt;Message&amp;gt;.+?Name)\)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jul 2012 16:57:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/RegEx-does-not-work-should-be-simple/m-p/21255#M3471</guid>
      <dc:creator>Michael_Schyma1</dc:creator>
      <dc:date>2012-07-30T16:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: RegEx does not work should be simple</title>
      <link>https://community.splunk.com/t5/Splunk-Search/RegEx-does-not-work-should-be-simple/m-p/21256#M3472</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... ¦ rex "System\.Exception:(?&amp;lt;Message&amp;gt;.*?Name\))"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It would also help to append an expression segment right aftert the capture group that would only match the string that follows what you want to extract.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 17:13:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/RegEx-does-not-work-should-be-simple/m-p/21256#M3472</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2012-07-30T17:13:48Z</dc:date>
    </item>
  </channel>
</rss>

