<?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: Splunk regex help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-regex-help/m-p/562847#M196111</link>
    <description>&lt;P&gt;Works fine. Thanks for the help&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 04:19:58 GMT</pubDate>
    <dc:creator>pjtbasu</dc:creator>
    <dc:date>2021-08-11T04:19:58Z</dc:date>
    <item>
      <title>Splunk regex help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-regex-help/m-p/562723#M196076</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've a field name uri, which has value like this --&lt;/P&gt;&lt;P&gt;/dev/{AccountNumber}/accountDetail&lt;/P&gt;&lt;P&gt;/uat/{ContentID}/content&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to extract one column like, 'uriwithregex' so that I can use it later. The value of uriwithregex will be like&amp;nbsp;&lt;/P&gt;&lt;P&gt;/dev/*/accountDetail&lt;/P&gt;&lt;P&gt;/uat/*/content&lt;/P&gt;&lt;P&gt;So basically want to replace the string with * (Including the curly brackets)&lt;/P&gt;&lt;P&gt;Could someone please help ?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 11:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-regex-help/m-p/562723#M196076</guid>
      <dc:creator>pjtbasu</dc:creator>
      <dc:date>2021-08-10T11:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk regex help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-regex-help/m-p/562730#M196078</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|makeresults|eval urls="/dev/{AccountNumber}/accountDetail /uat/{ContentID}/content"
|makemv urls| mvexpand urls
|eval uriwithregex=urls
|rex field=uriwithregex mode=sed "s/\{.+\}/*/g"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Aug 2021 11:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-regex-help/m-p/562730#M196078</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2021-08-10T11:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk regex help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-regex-help/m-p/562847#M196111</link>
      <description>&lt;P&gt;Works fine. Thanks for the help&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 04:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-regex-help/m-p/562847#M196111</guid>
      <dc:creator>pjtbasu</dc:creator>
      <dc:date>2021-08-11T04:19:58Z</dc:date>
    </item>
  </channel>
</rss>

