<?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 to open an extracted URI field through drilldown option ? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460163#M33030</link>
    <description>&lt;P&gt;Thank you. it helped. &lt;BR /&gt;
I actually have more than 2 columns ... and Is it possible to configure so that if I click on that row (on any cell I choose), it would redirect me to the Address value ?&lt;BR /&gt;
Currently I have to click on "Address" column's cell to be able to re-direct to the page.&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2020 15:50:32 GMT</pubDate>
    <dc:creator>zacksoft</dc:creator>
    <dc:date>2020-05-19T15:50:32Z</dc:date>
    <item>
      <title>How to open an extracted URI field through drilldown option ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460161#M33028</link>
      <description>&lt;P&gt;In my dashboard, I have a tabular representation of a panel that shows some extracted value of the events in columns such as _time, address.&lt;BR /&gt;Example :&lt;BR /&gt;_time Address &lt;BR /&gt;03:34 &lt;A href="https://www.rediff.com" target="_blank"&gt;https://www.rediff.com&lt;/A&gt;&lt;BR /&gt;03:45 &lt;A href="https://www.rediff.com" target="_blank"&gt;https://www.rediff.com&lt;/A&gt;&lt;BR /&gt;03:47 &lt;A href="https://www.yahoo.com" target="_blank"&gt;https://www.yahoo.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I enabled the drilldown option in the XLM editor so that when I click on row 1 it should redirect and open &lt;A href="http://www.rediff.com" target="_blank"&gt;www.rediff.com&lt;/A&gt; etc..&lt;/P&gt;
&lt;P&gt;I did this, but it won't work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
          &amp;lt;link&amp;gt;$row.address$&amp;lt;/link&amp;gt;
   &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Jun 2020 23:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460161#M33028</guid>
      <dc:creator>zacksoft</dc:creator>
      <dc:date>2020-06-05T23:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an extracted URI field through drilldown option ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460162#M33029</link>
      <description>&lt;P&gt;try using this in the drilldown instead&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
  &amp;lt;link target="_blank"&amp;gt;$click.value2|n$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 May 2020 15:29:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460162#M33029</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2020-05-19T15:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an extracted URI field through drilldown option ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460163#M33030</link>
      <description>&lt;P&gt;Thank you. it helped. &lt;BR /&gt;
I actually have more than 2 columns ... and Is it possible to configure so that if I click on that row (on any cell I choose), it would redirect me to the Address value ?&lt;BR /&gt;
Currently I have to click on "Address" column's cell to be able to re-direct to the page.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 15:50:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460163#M33030</guid>
      <dc:creator>zacksoft</dc:creator>
      <dc:date>2020-05-19T15:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to open an extracted URI field through drilldown option ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460164#M33031</link>
      <description>&lt;P&gt;@zacksoft &lt;/P&gt;

&lt;P&gt;All you would need to do is go into the source data and in the xml where it shows the below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;change to &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="drilldown"&amp;gt;row&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;that will make the whole row clickable instead of just a cell&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 07:13:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-open-an-extracted-URI-field-through-drilldown-option/m-p/460164#M33031</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2020-05-20T07:13:54Z</dc:date>
    </item>
  </channel>
</rss>

