<?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: Regex to capture specific format data in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/545039#M5395</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222977"&gt;@Ashwini008&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Great to hear it is working. Let me try to explain.&lt;/P&gt;&lt;P&gt;\w\+\w\.(in_)?(?&amp;lt;data&amp;gt;(?:\w{2,}(?:\.)){1,}\w{3})&lt;/P&gt;&lt;P&gt;\w\+\w\.(in_)? &amp;nbsp;--&amp;gt; Skips first letter+letter pattern and _in (if any)&lt;/P&gt;&lt;P&gt;Start Capturing&lt;/P&gt;&lt;P&gt;(?:\w{2,}(?:\.))&lt;STRONG&gt;{1,}&lt;/STRONG&gt; --&amp;gt; Finds pattern that has a word with 2 or more chars and a dot.&amp;nbsp;&lt;STRONG&gt;Find this pattern 1 or more times.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;\w{3} --&amp;gt; A word with 3 chars.&lt;/P&gt;&lt;P&gt;End Capture&lt;/P&gt;</description>
    <pubDate>Wed, 24 Mar 2021 04:41:43 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2021-03-24T04:41:43Z</dc:date>
    <item>
      <title>Regex to capture specific format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/544969#M5390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please help me with regex to capture only highlighted data&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;z+o.in_&lt;STRONG&gt;XTY_PREDICTION_S1.gpg&lt;/STRONG&gt;.1.txt.1.20210219090217&lt;/LI&gt;&lt;LI&gt;p+d.&lt;STRONG&gt;zwryun.yhudatei.600.gpg&lt;/STRONG&gt;.1.20210127014546.gpg&lt;/LI&gt;&lt;LI&gt;t+d.&lt;STRONG&gt;tcoyuing.stkmopini.600&lt;/STRONG&gt;.2.20210127042957.gpg&lt;/LI&gt;&lt;LI&gt;a+p.&lt;STRONG&gt;zpitdap1.in0000ci.600&lt;/STRONG&gt;.6. 20210127042957.gpg&lt;/LI&gt;&lt;LI&gt;n+o.in_&lt;STRONG&gt;satght.poi.mo.syh.gpg&lt;/STRONG&gt;.1.txt.1&lt;/LI&gt;&lt;LI&gt;a+o&lt;STRONG&gt;.deniedin_com.dat&lt;/STRONG&gt;.1&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 23 Mar 2021 17:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/544969#M5390</guid>
      <dc:creator>Ashwini008</dc:creator>
      <dc:date>2021-03-23T17:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture specific format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/544975#M5392</link>
      <description>&lt;P&gt;As it turns out, regex does not have the ability to match on highlighting and it's unlikely the data will have highlighting.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you describe how the desired data should be matched?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 18:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/544975#M5392</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-03-23T18:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture specific format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/544986#M5393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222977"&gt;@Ashwini008&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please try below rex command;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\w\+\w\.(in_)?(?&amp;lt;data&amp;gt;(?:\w{2,}(?:\.)){1,}\w{3})"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 23 Mar 2021 19:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/544986#M5393</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-23T19:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture specific format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/545029#M5394</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;Can you please explain me the regex expression&amp;nbsp; on how it is capturing only the highlighted data?btw the regex is working fine Thank you!&lt;/P&gt;&lt;PRE&gt;| rex "\w\+\w\.(in_)?(?&amp;lt;data&amp;gt;(?:\w{2,}(?:\.)){1,}\w{3})"&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;a+p.&lt;STRONG&gt;zpitdap1.in0000ci.600&lt;/STRONG&gt;.6. 20210127042957.gpg&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;I highlighted the data to indicate on what data to capture from each of the given example.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 03:58:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/545029#M5394</guid>
      <dc:creator>Ashwini008</dc:creator>
      <dc:date>2021-03-24T03:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture specific format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/545039#M5395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222977"&gt;@Ashwini008&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Great to hear it is working. Let me try to explain.&lt;/P&gt;&lt;P&gt;\w\+\w\.(in_)?(?&amp;lt;data&amp;gt;(?:\w{2,}(?:\.)){1,}\w{3})&lt;/P&gt;&lt;P&gt;\w\+\w\.(in_)? &amp;nbsp;--&amp;gt; Skips first letter+letter pattern and _in (if any)&lt;/P&gt;&lt;P&gt;Start Capturing&lt;/P&gt;&lt;P&gt;(?:\w{2,}(?:\.))&lt;STRONG&gt;{1,}&lt;/STRONG&gt; --&amp;gt; Finds pattern that has a word with 2 or more chars and a dot.&amp;nbsp;&lt;STRONG&gt;Find this pattern 1 or more times.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;\w{3} --&amp;gt; A word with 3 chars.&lt;/P&gt;&lt;P&gt;End Capture&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 04:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-specific-format-data/m-p/545039#M5395</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-24T04:41:43Z</dc:date>
    </item>
  </channel>
</rss>

