<?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: Link url in splunk dashboard? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/689713#M11524</link>
    <description>&lt;P&gt;Perhaps if you read my suggestion more carefully you would have noticed that I suggested you evaluate a new token&amp;nbsp;&lt;STRONG&gt;and then &lt;U&gt;use that token&lt;/U&gt; in the link!&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 14:07:24 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-06-05T14:07:24Z</dc:date>
    <item>
      <title>Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688493#M11493</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;In the table i have URL .So if i am clicking on the URL it will redirect existing dashboard. Now i want to show only click here .If i click then existing dashboard is to be open. Instead URL value i need click here and to open the URL&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;This is my table&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="94.18446517983732%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Name&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Interface&lt;/TD&gt;&lt;TD width="27.517909818794777%" height="24px"&gt;Link&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;DSR1&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;DSR1&lt;/TD&gt;&lt;TD width="27.517909818794777%" height="24px"&gt;&lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;DSR2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;DSR2&lt;/TD&gt;&lt;TD width="27.517909818794777%" height="24px"&gt;&lt;A href="http://www.splunk.com" target="_blank"&gt;www.splunk.com&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 23 May 2024 16:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688493#M11493</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-05-23T16:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688501#M11494</link>
      <description>&lt;P&gt;You need to set up a link drilldown on this field, using the value from the click as the address to link to. Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition field="Link"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;https://$click.value2|n$&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 May 2024 17:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688501#M11494</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-23T17:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688543#M11495</link>
      <description>&lt;P&gt;Yes i am used the below drilldown. Instead of full url in column want to use Click here name.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 01:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688543#M11495</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-05-24T01:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688551#M11496</link>
      <description>&lt;P&gt;Do you mean something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition field="Name"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;https://$row.url|n$&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 24 May 2024 05:13:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688551#M11496</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-24T05:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688599#M11497</link>
      <description>&lt;P&gt;Not like that,I have a table with 5 column and one of the column URL field. Instead of showing full URL .I need to show only click here instead of URL. Then we need to open the complete URL on clicking click here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="56.25110949039111%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%"&gt;Name&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%"&gt;URL&lt;/TD&gt;&lt;TD width="20%"&gt;App&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;DSR&lt;/TD&gt;&lt;TD width="20%"&gt;click here&lt;/TD&gt;&lt;TD width="20%"&gt;Web app&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 12:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688599#M11497</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-05-24T12:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688607#M11498</link>
      <description>&lt;P&gt;Rename you field with the url in to start with an underscore e.g. "_url", then refer to it in the drilldown as suggested earlier e.g. "$row._url$"&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 13:00:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688607#M11498</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-24T13:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688770#M11499</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;How to check if the url is null in xml dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 12:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688770#M11499</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-05-27T12:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688782#M11504</link>
      <description>&lt;P&gt;You could try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition field="Name"&amp;gt;
            &amp;lt;eval token="link"&amp;gt;if(isnull($row.url$),"","https://$row.url|n$"&amp;lt;/eval&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;$link$&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 27 May 2024 13:46:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/688782#M11504</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-27T13:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/689705#M11523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is my code in xml dashboard. In my dashboard some link should be present. So if i click on the link it showing null. So i used below code. Still i am getting null value.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;condition field="Link"&amp;gt;
&amp;lt;eval token="link"&amp;gt;if(isnull($row.URL$),"","https://$row.URL|n$"&amp;lt;/eval&amp;gt;
&amp;lt;link target="_blank"&amp;gt;$row.URL|n$&amp;lt;/link&amp;gt;
&amp;lt;/condition&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:23:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/689705#M11523</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-06-05T14:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Link url in splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/689713#M11524</link>
      <description>&lt;P&gt;Perhaps if you read my suggestion more carefully you would have noticed that I suggested you evaluate a new token&amp;nbsp;&lt;STRONG&gt;and then &lt;U&gt;use that token&lt;/U&gt; in the link!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Link-url-in-splunk-dashboard/m-p/689713#M11524</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-06-05T14:07:24Z</dc:date>
    </item>
  </channel>
</rss>

