<?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: Drilldown to URL on single column in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/543919#M154074</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try the below one the drilldown will not apply to the entire table.&lt;/P&gt;&lt;P&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;condition match="'click.name2' == &amp;amp;quot;&lt;SPAN&gt;Training_Link&lt;/SPAN&gt;&amp;amp;quot;"&amp;gt;&lt;BR /&gt;&amp;lt;set token="testing"&amp;gt;$row.&lt;SPAN&gt;Training_Link&lt;/SPAN&gt;$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;(&lt;STRONG&gt;Mention dashboard link here)&lt;/STRONG&gt;?count=$row.testing$&amp;lt;/link&amp;gt;&lt;BR /&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 19:50:16 GMT</pubDate>
    <dc:creator>Vardhan</dc:creator>
    <dc:date>2021-03-15T19:50:16Z</dc:date>
    <item>
      <title>Drilldown to URL on single column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/543918#M154073</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I am trying to enable drill-down on only single column present in table in my dashboard named "Training_Link".&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I tried using $column, not sure that's accurate. Then I shifted to $row, its working but drilldown in enabled on entire table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;$row.Training_Link|n$&amp;lt;/link&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Any idea how can I do this ?&lt;/P&gt;&lt;P class="lia-align-justify"&gt;- Rohan&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 19:35:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/543918#M154073</guid>
      <dc:creator>Rgk_Trail</dc:creator>
      <dc:date>2021-03-15T19:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown to URL on single column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/543919#M154074</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try the below one the drilldown will not apply to the entire table.&lt;/P&gt;&lt;P&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;condition match="'click.name2' == &amp;amp;quot;&lt;SPAN&gt;Training_Link&lt;/SPAN&gt;&amp;amp;quot;"&amp;gt;&lt;BR /&gt;&amp;lt;set token="testing"&amp;gt;$row.&lt;SPAN&gt;Training_Link&lt;/SPAN&gt;$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;(&lt;STRONG&gt;Mention dashboard link here)&lt;/STRONG&gt;?count=$row.testing$&amp;lt;/link&amp;gt;&lt;BR /&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 19:50:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/543919#M154074</guid>
      <dc:creator>Vardhan</dc:creator>
      <dc:date>2021-03-15T19:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown to URL on single column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/544096#M154122</link>
      <description>&lt;P&gt;Hi Vardhan,&lt;/P&gt;&lt;P&gt;Thanks for the response. I tried using the code but it opens up the same dashboard in the separate browser tab. What I am trying to do is open an URL that is listed in "Training_Link" column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use my old code , it does open up the corresponding URL in new browser tab but it does that for the entire row.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 02:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/544096#M154122</guid>
      <dc:creator>Rgk_Trail</dc:creator>
      <dc:date>2021-03-17T02:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown to URL on single column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/544102#M154124</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225880"&gt;@Rgk_Trail&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am not sure whether you are editing the code correctly or not which I gave you. Let me show you an example.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;In the below screenshot I have an action field name and contains two values. And the requirement is if I click the success it has to open the other dashboard. And it shouldn't apply to other field values like a failure.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vardhan_0-1615949858893.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13346i479497517458CBD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vardhan_0-1615949858893.png" alt="Vardhan_0-1615949858893.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have used the below code and it's working fine .This will not apply to the entire row. Modify the below one according to your requirment.&lt;/P&gt;&lt;P&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;condition match="'click.name2' == &amp;amp;quot;action&amp;amp;quot; AND 'click.value2' == &amp;amp;quot;success&amp;amp;quot;"&amp;gt;&lt;BR /&gt;&amp;lt;set token="testing"&amp;gt;$row.success$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;/app/search/monitoring_copy?count=$row.testing$&amp;lt;/link&amp;gt;&lt;BR /&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;/P&gt;&lt;P&gt;If this answer helps you then upvote it.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 03:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/544102#M154124</guid>
      <dc:creator>Vardhan</dc:creator>
      <dc:date>2021-03-17T03:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown to URL on single column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/544178#M154146</link>
      <description>&lt;P&gt;Ohhh.. Sorry about the misunderstanding.. basically I have different URLs in Training_Link column that point to webpages (udemy, corsera, etc) outside of the Splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So when I click on certain training, it should open the webpage URL in the new tab.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 12:57:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-to-URL-on-single-column/m-p/544178#M154146</guid>
      <dc:creator>Rgk_Trail</dc:creator>
      <dc:date>2021-03-17T12:57:04Z</dc:date>
    </item>
  </channel>
</rss>

