<?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: Rex field to extract dot net module in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502480#M139870</link>
    <description>&lt;P&gt;Try &lt;CODE&gt;|rex max_match=0 "(?&amp;lt;module&amp;gt;system\.[^\.]+\.\S+)"&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 03:47:36 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2019-12-09T03:47:36Z</dc:date>
    <item>
      <title>Rex field to extract dot net module</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502478#M139868</link>
      <description>&lt;P&gt;Hi i currently have the following line in my search that search for system.net.webclient:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rex max_match=0 "(?&amp;lt;module&amp;gt;(system.net.webclient))"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;May i know how do i amend this to search for any syntax that match system.xxx.xxx so it work for all the module?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 02:14:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502478#M139868</guid>
      <dc:creator>totaro</dc:creator>
      <dc:date>2019-12-09T02:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rex field to extract dot net module</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502479#M139869</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;check this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval test= "system.com.testclient" 
| rex field=test max_match=0 "(?&amp;lt;module&amp;gt;(system\.\w+\.\w+))"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Dec 2019 03:38:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502479#M139869</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-12-09T03:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rex field to extract dot net module</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502480#M139870</link>
      <description>&lt;P&gt;Try &lt;CODE&gt;|rex max_match=0 "(?&amp;lt;module&amp;gt;system\.[^\.]+\.\S+)"&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 03:47:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502480#M139870</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-12-09T03:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rex field to extract dot net module</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502481#M139871</link>
      <description>&lt;P&gt;This actually works better if the data was more organize; sadly my data was not and it capture too many noise&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 07:58:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Rex-field-to-extract-dot-net-module/m-p/502481#M139871</guid>
      <dc:creator>totaro</dc:creator>
      <dc:date>2019-12-09T07:58:25Z</dc:date>
    </item>
  </channel>
</rss>

