<?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: How can I replace Parenthesis in a URL field with Dots? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-replace-Parenthesis-in-a-URL-field-with-Dots/m-p/504966#M141033</link>
    <description>&lt;P&gt;Wow, that was fast &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;for the solution!&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 12:35:38 GMT</pubDate>
    <dc:creator>yossefn</dc:creator>
    <dc:date>2020-06-18T12:35:38Z</dc:date>
    <item>
      <title>How can I replace Parenthesis in a URL field with Dots?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-replace-Parenthesis-in-a-URL-field-with-Dots/m-p/504962#M141029</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DNS logs with&amp;nbsp;Parenthesis + numbers instead of Dots in the URL filed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I replace them with a Dots?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are some examples from the logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(5)_ldap(4)_tcp(5)cmp(6)_sites(3)rub(3)net(2)oz(0)
(4)wpad(3)rub(3)net(0)
(5)_ldap(4)_tcp(2)dc(6)_msdcs(9)dc(7)core(2)t4(3)rub(3)net(0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 12:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-replace-Parenthesis-in-a-URL-field-with-Dots/m-p/504962#M141029</guid>
      <dc:creator>yossefn</dc:creator>
      <dc:date>2020-06-18T12:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I replace Parenthesis in a URL field with Dots?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-replace-Parenthesis-in-a-URL-field-with-Dots/m-p/504965#M141032</link>
      <description>&lt;P&gt;Use SED.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval data="(5)_ldap(4)_tcp(5)cmp(6)_sites(3)rub(3)net(2)oz(0)
(4)wpad(3)rub(3)net(0)
(5)_ldap(4)_tcp(2)dc(6)_msdcs(9)dc(7)core(2)t4(3)rub(3)net(0)"
| rex field=data mode=sed "s/(\(\d+)\)/./g"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 18 Jun 2020 12:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-replace-Parenthesis-in-a-URL-field-with-Dots/m-p/504965#M141032</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-18T12:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I replace Parenthesis in a URL field with Dots?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-replace-Parenthesis-in-a-URL-field-with-Dots/m-p/504966#M141033</link>
      <description>&lt;P&gt;Wow, that was fast &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;for the solution!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 12:35:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-replace-Parenthesis-in-a-URL-field-with-Dots/m-p/504966#M141033</guid>
      <dc:creator>yossefn</dc:creator>
      <dc:date>2020-06-18T12:35:38Z</dc:date>
    </item>
  </channel>
</rss>

