<?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: Replace URL string with a hyperlink in splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/516119#M144977</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/215670" target="_self"&gt;Nisha18789&lt;/A&gt;&amp;nbsp;. It works.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 18:36:13 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2020-08-25T18:36:13Z</dc:date>
    <item>
      <title>How to replace URL string with a hyperlink in splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515846#M144842</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;I have a search query as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=xyz sourcetype=uio source="user.log" process (Type ="*") (Name_Id ="*") (Request_URL ="*")| convert timeformat="%Y-%m-%d" ctime(_time) AS Date|stats count by Date Name_Id Type Request_URL&lt;/LI-CODE&gt;
&lt;P&gt;I am getting the data for&amp;nbsp;Date Name_Id Type Request_URL&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are multiple Request_URL's .Some of the samples are&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://xyz/api/flow/process-groups/0a4ffa54-c204-3e9e-a16d-83a4845f83a7" target="_blank" rel="noopener"&gt;https://xyz/api/flow/process-groups/0a4ffa54-c204-3e9e-a16d-83a4845f83a7&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://lpdosputb50088.phx.aexp.com:9091/nifi-api/flow/process-groups/1b6877ea-0174-1000-0000-00003d8351cd" target="_blank" rel="noopener"&gt;https://uio/api/flow/process-groups/1b6877ea-0174-1000-0000-00003d8351cd&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I want one more column (Any name) in my search query.Which will Replace Request_URL string like this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This new column should be hyperlink.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://abc.com/api/?processGroupId=0a4ffa54-c204-3e9e-a16d-83a4845f83a7" target="_blank" rel="noopener"&gt;https://abc.com/api/?processGroupId=0a4ffa54-c204-3e9e-a16d-83a4845f83a7&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://abc.com/api/?processGroupId=" target="_blank" rel="noopener"&gt;https://abc.com/api/?processGroupId=&lt;/A&gt;&lt;A href="https://lpdosputb50088.phx.aexp.com:9091/nifi-api/flow/process-groups/1b6877ea-0174-1000-0000-00003d8351cd" target="_blank" rel="noopener"&gt;1b6877ea-0174-1000-0000-00003d8351cd&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I want to display both Request_URL and this new column in my search data&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Its like whenever Request_URL&amp;nbsp;&lt;A href="https://xyz/api/flow/process-groups/0a4ffa54-c204-3e9e-a16d-83a4845f83a7" target="_blank" rel="noopener"&gt;https://xyz/api/flow/process-groups/0a4ffa54-c204-3e9e-a16d-83a4845f83a7&lt;/A&gt;&amp;nbsp;will come . The new column which will be hyperlink should be this&amp;nbsp;&lt;A href="https://abc.com/api/?processGroupId=0a4ffa54-c204-3e9e-a16d-83a4845f83a7" target="_blank" rel="noopener"&gt;https://abc.com/api/?processGroupId=0a4ffa54-c204-3e9e-a16d-83a4845f83a7&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I want both to get displayed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can someone guide me on that.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 01:11:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515846#M144842</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-25T01:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515852#M144844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;&amp;nbsp;, can you try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=xyz sourcetype=uio source="user.log" process (Type ="*") (Name_Id ="*") (Request_URL ="*")| convert timeformat="%Y-%m-%d" ctime(_time) AS Date|stats count by Date Name_Id Type Request_URL&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;|rex field=&lt;SPAN&gt;Request_URL&amp;nbsp;&lt;/SPAN&gt;"\/(?&amp;lt;param&amp;gt;.[0-aA-Z0-9-][^\/]+)"&lt;/P&gt;&lt;P&gt;| eval&amp;nbsp;&lt;SPAN&gt;hyperlink="&lt;A href="https://abc.com/api/?processGroupId=0a4ffa54-c204-3e9e-a16d-83a4845f83a7" target="_blank" rel="nofollow noopener noreferrer"&gt;https://abc.com/api/?processGroupId=&lt;/A&gt;"+param&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| fields - param&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 17:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515852#M144844</guid>
      <dc:creator>Nisha18789</dc:creator>
      <dc:date>2020-08-24T17:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515858#M144847</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I made the changes in my search query as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=xyz sourcetype=uio source="user.log" process (Type ="*") (Name_Id ="*") (Request_URL ="*")| convert timeformat="%Y-%m-%d" ctime(_time) AS Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;|rex field=&lt;SPAN&gt;Request_URL&amp;nbsp;&lt;/SPAN&gt;"\/(?&amp;lt;param&amp;gt;.[0-aA-Z0-9-][^\/]+)"&lt;/P&gt;&lt;P&gt;| eval&amp;nbsp;&lt;SPAN&gt;hyperlink="&lt;A href="https://abc.com/api/?processGroupId=0a4ffa54-c204-3e9e-a16d-83a4845f83a7" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://abc.com/api/?processGroupId=&lt;/A&gt;"+param&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;|stats count by Date Name_Id Type Request_URL param hyperlink&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am able to get new column but Its not clickable. When I right click on it hyperlink is not opening.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 18:30:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515858#M144847</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-24T18:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515859#M144848</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;&amp;nbsp;, are you trying to use this data in a dashboard or email alert?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 18:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515859#M144848</guid>
      <dc:creator>Nisha18789</dc:creator>
      <dc:date>2020-08-24T18:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515861#M144856</link>
      <description>&lt;P&gt;Hi Nisha18789,&lt;/P&gt;&lt;P&gt;As of now I am using in my search Query.&lt;/P&gt;&lt;P&gt;On search window I have open this query. I want that when I click on new column It should open hyperlink in new tab.&lt;/P&gt;&lt;P&gt;I am able to get hyperlink the way you told .But its not clickable.&lt;/P&gt;&lt;P&gt;Can u guide me on that.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 18:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515861#M144856</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-24T18:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515874#M144871</link>
      <description>&lt;P&gt;&amp;nbsp;Hi ,&lt;/P&gt;&lt;P&gt;I have but the data in dashboard. Can you guide me how to make it hyperlink now.&lt;/P&gt;&lt;P&gt;&amp;lt;dashboard&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt; Panel 2&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=xyz sourcetype=uio source="user.log" process (Type ="*") (Name_Id ="*") (Request_URL ="*")| convert timeformat="%Y-%m-%d" ctime(_time) AS Date&lt;/SPAN&gt;|rex field=&lt;SPAN&gt;Request_URL&amp;nbsp;&lt;/SPAN&gt;"\/(?&amp;lt;param&amp;gt;.[0-aA-Z0-9-][^\/]+)"| eval&amp;nbsp;&lt;SPAN&gt;hyperlink="&lt;A href="https://abc.com/api/?processGroupId=0a4ffa54-c204-3e9e-a16d-83a4845f83a7" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;https://abc.com/api/?processGroupId=&lt;/A&gt;"+param&lt;/SPAN&gt;&lt;SPAN&gt;|stats count by Date Name_Id Type Request_URL param hyperlink&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-1d@d&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;@d&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;no&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;/dashboard&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 19:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515874#M144871</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-24T19:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515892#M144881</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;&amp;nbsp;, this should help&lt;/P&gt;&lt;P&gt;&amp;lt;dashboard&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Panel 2&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=xyz sourcetype=uio source="user.log" process (Type ="*") (Name_Id ="*") (Request_URL ="*")| convert timeformat="%Y-%m-%d" ctime(_time) AS Date|rex field=Request_URL "\/(?&amp;amp;lt;param&amp;amp;gt;.[0-aA-Z0-9-][^\/]+)"| eval hyperlink="&lt;A href="https://abc.com/api/?processGroupId=&amp;quot;+param|stats" target="_blank" rel="noopener"&gt;https://abc.com/api/?processGroupId="+param|stats&lt;/A&gt; count by Date Name_Id Type Request_URL param hyperlink&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;@d&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;["Name_Id","Type","Request_URL","hyperlink","count"]&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;condition field=&lt;SPAN&gt;"&lt;STRONG&gt;hyperlink&lt;/STRONG&gt;&lt;/SPAN&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;&lt;A href="https://abc.com/api/?processGroupId=$row.param$&amp;lt;/link" target="_blank" rel="noopener"&gt;https://abc.com/api/?processGroupId=$row.param$&amp;lt;/link&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;/dashboard&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:26:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515892#M144881</guid>
      <dc:creator>Nisha18789</dc:creator>
      <dc:date>2020-08-25T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515911#M144886</link>
      <description>&lt;P&gt;Hi, Seems like condition&amp;nbsp; field is not working for me.&lt;/P&gt;&lt;P&gt;I have tried something like this but taking each and every column to that hyperlink.&lt;/P&gt;&lt;P&gt;I want only new column should take me to that server . Not every column.&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;SPAN&gt;&amp;lt;dashboard&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;label&amp;gt;Panel 2&amp;lt;/label&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;row&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;panel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;search&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;query&amp;gt;index=xyz sourcetype=uio source="user.log" process (Type ="*") (Name_Id ="*") (Request_URL ="*")| convert timeformat="%Y-%m-%d" ctime(_time) AS Date|rex field=Request_URL "\/(?&amp;amp;lt;param&amp;amp;gt;.[0-aA-Z0-9-][^\/]+)"| eval hyperlink="&lt;/SPAN&gt;&lt;A href="https://abc.com/api/?processGroupId=%22+param|stats" target="_blank" rel="nofollow noopener noreferrer"&gt;https://abc.com/api/?processGroupId="+param|stats&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;count by Date Name_Id Type Request_URL param hyperlink&amp;lt;/query&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;latest&amp;gt;@d&amp;lt;/latest&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/search&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;fields&amp;gt;["Name_Id","Type","Request_URL","hyperlink","count"]&amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;drilldown&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;link target="_blank"&amp;gt;&lt;/SPAN&gt;&lt;A href="https://abc.com/api/?processGroupId=$row.param$%3C/link" target="_blank" rel="nofollow noopener noreferrer"&gt;https://abc.com/api/?processGroupId=$row.param$&amp;lt;/link&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/drilldown&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/panel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/row&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/dashboard&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Aug 2020 03:30:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515911#M144886</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-25T03:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515934#M144895</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;&amp;nbsp;, there was a typo in the condition field name, I have updated my response(in bold) can you try now?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/515934#M144895</guid>
      <dc:creator>Nisha18789</dc:creator>
      <dc:date>2020-08-25T06:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replace URL string with a hyperlink in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/516119#M144977</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/215670" target="_self"&gt;Nisha18789&lt;/A&gt;&amp;nbsp;. It works.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:36:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-URL-string-with-a-hyperlink-in-splunk/m-p/516119#M144977</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-08-25T18:36:13Z</dc:date>
    </item>
  </channel>
</rss>

