<?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: Need help with a regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-a-regex/m-p/458646#M129504</link>
    <description>&lt;P&gt;How bout:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rex "Board Meeting Minutes - [^\,]*(?&amp;lt;pdf&amp;gt;[^\,]*)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 09 Jul 2019 22:21:50 GMT</pubDate>
    <dc:creator>tiagofbmm</dc:creator>
    <dc:date>2019-07-09T22:21:50Z</dc:date>
    <item>
      <title>Need help with a regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-a-regex/m-p/458645#M129503</link>
      <description>&lt;P&gt;I am terrible with regexes.&lt;BR /&gt;
What regex would I need to extract "pdf" from the following?  This was not pulling all events:   ^(?:[^.\n]*.){3}(?P\w+)&lt;/P&gt;

&lt;P&gt;NCD-FSPW01,4,8646079,DFS-Groups,Passwords, \NCD-FSPW01\DFS-Groups\Legal\Corporate\Entities\Corporations\1. Terminated Corps\RE3, Inc\Board of Directors Meeting Minutes\2016-01-29 Board Meeting Minutes - RE3, Inc..pdf,1,,False&lt;BR /&gt;&lt;BR /&gt;
NCD-FSPW01,4,8646079,DFS-IT,Passwords, \NCD-FSPW01\DFS-IT\Legal\Corporate\Entities\Corporations\1. Terminated Corps\RE3, Inc\Board of Directors - Meeting Minutes\2016-01-29 Board Meeting Minutes - RE3, Inc.pdf,1,,False&lt;BR /&gt;&lt;BR /&gt;
NCD-FSPW01,4,9378690,DFS-Groups,Passwords, \NCD-FSPW01\DFS-Groups\Tax Dept\4 - REIT Tax Issues &amp;amp; Compliance\2. - Quarterly REIT Tests\2015\Q4\Baby REIT\Sent for Board\Board Approvals\2016-01-29 Board Meeting Minutes - RE33, Inc..pdf,1,,False&lt;BR /&gt;&lt;BR /&gt;
NCD-FSPW01,4,9378690,DFS-IT,Passwords, \NCD-FSPW01\DFS-IT\Tax Dept\4 - REIT Tax Issues &amp;amp; Compliance\2 - Quarterly REIT Tests\2015\Q4\Baby REIT\Sent for Board\Board Approvals\2016-01-29 Board Meeting Minutes - RE34, Inc.pdf,1,,False&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 21:25:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-help-with-a-regex/m-p/458645#M129503</guid>
      <dc:creator>bwindham</dc:creator>
      <dc:date>2019-07-09T21:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-a-regex/m-p/458646#M129504</link>
      <description>&lt;P&gt;How bout:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rex "Board Meeting Minutes - [^\,]*(?&amp;lt;pdf&amp;gt;[^\,]*)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jul 2019 22:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-help-with-a-regex/m-p/458646#M129504</guid>
      <dc:creator>tiagofbmm</dc:creator>
      <dc:date>2019-07-09T22:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-help-with-a-regex/m-p/458647#M129505</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;^(?:[^,]+,){6,7}.*?(?&amp;lt;filetype&amp;gt;[^\.,]\w+),
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jul 2019 22:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-help-with-a-regex/m-p/458647#M129505</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-09T22:34:57Z</dc:date>
    </item>
  </channel>
</rss>

