<?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: Help in Regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515603#M144776</link>
    <description>&lt;P&gt;Hi, I am able to get one new column ID which contains the ID from Request_URL But not able to get the records which does not include ID like&lt;/P&gt;&lt;P&gt;&lt;A href="https://abc/api/flow/prioritizers" target="_blank"&gt;https://abc/api/flow/prioritizers &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://poi/api/flow/controller-service-types" target="_blank"&gt;https://poi/api/flow/controller-service-types &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://liu/api/flow/groups/root" target="_blank"&gt;https://liu/api/flow/groups/root &lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want these records should also be display and ID column should be blank for them.&lt;/P&gt;&lt;P&gt;Can someone guide me.&lt;/P&gt;&lt;P&gt;Its really required.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sat, 22 Aug 2020 20:34:16 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2020-08-22T20:34:16Z</dc:date>
    <item>
      <title>Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515520#M144745</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have one requirement :&lt;/P&gt;&lt;P&gt;I have multiple URL'S some contain id and some dont contain id's&lt;/P&gt;&lt;P&gt;URL'S Example&lt;/P&gt;&lt;P&gt;https://opu/api/processs/3fe13d52-d326-15a1-acef-ed3395edd973/registry(with ID)&lt;/P&gt;&lt;P&gt;https://POI/api/processors/022adcc6-8001-3d7a-b291-3d0831458357(with ID)&lt;/P&gt;&lt;P&gt;https://uyt/api/flow/config (WITHOUT ID)&lt;/P&gt;&lt;P&gt;Like this there are more multiple URL's&lt;/P&gt;&lt;P&gt;MY id pattern is this in URL's: 05ee3b30-d5e1-1977-9aa9-61c458568edb&lt;/P&gt;&lt;P&gt;So I have made regex like this:&lt;/P&gt;&lt;P&gt;^.*([A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})$&lt;/P&gt;&lt;P&gt;Can someone help me out with complete regex . How can I put this (^.*([A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})$) in one column which only contain id's using regex.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 17:53:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515520#M144745</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-21T17:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515525#M144749</link>
      <description>&lt;P&gt;If I understand the question correctly then this search should extract the ID from those URLs that have them.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo URL*
| rex field=URL "(?&amp;lt;ID&amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 21 Aug 2020 18:04:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515525#M144749</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-21T18:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515530#M144750</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am able to get one new column ID which contains the ID from Request_URL&lt;/P&gt;&lt;P&gt;But not able to get the records which does not include ID like&lt;/P&gt;&lt;P&gt;&lt;A href="https://lpdosputb50089.phx.aexp.com:9091/nifi-api/flow/prioritizers" target="_blank"&gt;https://abc/api/flow/prioritizers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;https://poi/api/flow/controller-service-types&lt;/P&gt;&lt;P&gt;&lt;A href="https://lpdosputb50090.phx.aexp.com:9091/nifi-api/flow/process-groups/root" target="_blank"&gt;https://liu/api/flow/groups/root&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want these records should also be display and ID column should be blank for them.&lt;/P&gt;&lt;P&gt;Can someone guide me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 18:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515530#M144750</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-21T18:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515603#M144776</link>
      <description>&lt;P&gt;Hi, I am able to get one new column ID which contains the ID from Request_URL But not able to get the records which does not include ID like&lt;/P&gt;&lt;P&gt;&lt;A href="https://abc/api/flow/prioritizers" target="_blank"&gt;https://abc/api/flow/prioritizers &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://poi/api/flow/controller-service-types" target="_blank"&gt;https://poi/api/flow/controller-service-types &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://liu/api/flow/groups/root" target="_blank"&gt;https://liu/api/flow/groups/root &lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want these records should also be display and ID column should be blank for them.&lt;/P&gt;&lt;P&gt;Can someone guide me.&lt;/P&gt;&lt;P&gt;Its really required.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 22 Aug 2020 20:34:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515603#M144776</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-22T20:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515624#M144782</link>
      <description>&lt;P&gt;Already answered here&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-extract-portion-of-the-string-using-Regex/td-p/514351/jump-to/first-unread-message" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-extract-portion-of-the-string-using-Regex/td-p/514351/jump-to/first-unread-message&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2020 09:04:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/515624#M144782</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-08-23T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/516116#M144975</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Thank u so much&amp;nbsp;ITWhisperer for all your guidance.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:34:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-in-Regex/m-p/516116#M144975</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-25T18:34:14Z</dc:date>
    </item>
  </channel>
</rss>

