<?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: Extract the data after second special character in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654659#M226170</link>
    <description>&lt;P&gt;Restricting the firs two strings to character classes&lt;/P&gt;&lt;PRE&gt;[^/]+/[^/]+/(?&amp;lt;message&amp;gt;.*)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;gives big performance boost (prevents backtracking).&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2023 11:19:27 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2023-08-17T11:19:27Z</dc:date>
    <item>
      <title>How to Extract the data after second special character?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654649#M226167</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want the extract everything after the second slash(/)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Everything from the last till the first slash (/)&amp;nbsp; &amp;nbsp; &amp;nbsp;-- Both scenario works for me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example -&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;generation/abcd/&lt;STRONG&gt;giveandtake-messages-to-s&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;generation/xyz/&lt;STRONG&gt;giveandtake-messages-speedline-s&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 18:07:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654649#M226167</guid>
      <dc:creator>Neel881</dc:creator>
      <dc:date>2023-08-17T18:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the data after second special character</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654655#M226168</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex ".+/.+/(?&amp;lt;message&amp;gt;.*)"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:08:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654655#M226168</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-17T11:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the data after second special character</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654659#M226170</link>
      <description>&lt;P&gt;Restricting the firs two strings to character classes&lt;/P&gt;&lt;PRE&gt;[^/]+/[^/]+/(?&amp;lt;message&amp;gt;.*)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;gives big performance boost (prevents backtracking).&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:19:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654659#M226170</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-08-17T11:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the data after second special character</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654663#M226172</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we do from the end as well? Right to left till the special charater?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654663#M226172</guid>
      <dc:creator>Neel881</dc:creator>
      <dc:date>2023-08-17T11:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the data after second special character</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654664#M226173</link>
      <description>&lt;P&gt;If you want to capture everything after the last slash, you can do something like&lt;/P&gt;&lt;PRE&gt;.*/(?&amp;lt;message&amp;gt;[^/]*)$&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654664#M226173</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-08-17T11:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the data after second special character</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654666#M226174</link>
      <description>&lt;LI-CODE lang="markup"&gt;/(?&amp;lt;message&amp;gt;[^/]+)$&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:52:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654666#M226174</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-17T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the data after second special character</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654667#M226175</link>
      <description>&lt;P&gt;Perfect! Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Extract-the-data-after-second-special-character/m-p/654667#M226175</guid>
      <dc:creator>Neel881</dc:creator>
      <dc:date>2023-08-17T11:54:37Z</dc:date>
    </item>
  </channel>
</rss>

