<?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 below format data in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542371#M5144</link>
    <description>&lt;P&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex \.(?&amp;lt;filename&amp;gt;.+\.\w+\.1)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 04 Mar 2021 15:16:13 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2021-03-04T15:16:13Z</dc:date>
    <item>
      <title>Regex to capture below format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542369#M5143</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;please help me with regex expression to capture the data in below part which is in bold and underlined.&lt;/P&gt;&lt;DIV&gt;e+o.&lt;STRONG&gt;&lt;U&gt;in_zpiystoc.stkdrtyini.600.1.txt.1&lt;/U&gt;.&lt;/STRONG&gt;yyyymmddhhmmss&lt;BR /&gt;e+o.&lt;U&gt;&lt;STRONG&gt;drlugrbuyhe.xml.1&lt;/STRONG&gt;&lt;/U&gt;.yyyymmddhhmmss&lt;BR /&gt;k+d.&lt;U&gt;&lt;STRONG&gt;zpiyxery.npoudatri.600.gpg.1&lt;/STRONG&gt;&lt;/U&gt;.20210127014546.gpg&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i need to ignore the starting x+y values and capture only the data present before dateformat and ignore everything after date(including date).&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:04:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542369#M5143</guid>
      <dc:creator>Ashwini008</dc:creator>
      <dc:date>2021-03-04T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture below format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542371#M5144</link>
      <description>&lt;P&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex \.(?&amp;lt;filename&amp;gt;.+\.\w+\.1)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:16:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542371#M5144</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-03-04T15:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture below format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542449#M5149</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;This isn't applied to my other format files like below&lt;/P&gt;&lt;P&gt;c+d.&lt;STRONG&gt;zptumike.ccapd1fo.600.2&lt;/STRONG&gt;.20210127020002.gpg&lt;/P&gt;&lt;P&gt;e+0.&lt;STRONG&gt;in_zpiyintl.truntaxi.600.1.txt.5&lt;/STRONG&gt;.20210127020002.gpg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you help with regex which applies to all the mentioned format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 05:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542449#M5149</guid>
      <dc:creator>Ashwini008</dc:creator>
      <dc:date>2021-03-05T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture below format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542453#M5150</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;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\.(?&amp;lt;filename&amp;gt;.+)\.\d{14}"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 05 Mar 2021 05:41:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542453#M5150</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-05T05:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to capture below format data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542460#M5151</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\.(?&amp;lt;filename&amp;gt;.+\.\w+\.\d)\."&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 05 Mar 2021 06:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Regex-to-capture-below-format-data/m-p/542460#M5151</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-03-05T06:26:04Z</dc:date>
    </item>
  </channel>
</rss>

