<?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 from lookup table into drilldown new page in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755680#M23492</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;ITWhisperer, you are unbelievable. It is working. Even I nowhere show the Link, it is hidden behind the Label. Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 15:00:50 GMT</pubDate>
    <dc:creator>spisiakmi</dc:creator>
    <dc:date>2025-11-19T15:00:50Z</dc:date>
    <item>
      <title>link from lookup table into drilldown new page</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755669#M23488</link>
      <description>&lt;P&gt;Hi, any help, pls?&lt;/P&gt;&lt;P&gt;Here is the description:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;lookupTable(links.csv):columnName(Link)&lt;/LI&gt;&lt;LI&gt;lookupTable(links.csv):columnValue(&lt;A href="https://www.google.com" target="_blank" rel="noopener"&gt;https://www.google.com&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;in the dashboard Table Visu: | inputlookup links.csv&lt;BR /&gt;| head 1&lt;BR /&gt;| table Link&lt;/LI&gt;&lt;LI&gt;how to click on the tableCell (&lt;A href="https://www.google.com)" target="_blank" rel="noopener"&gt;https://www.google.com)&lt;/A&gt;&amp;nbsp;and new browser window with the&amp;nbsp;&lt;A href="https://www.google.com" target="_blank" rel="noopener"&gt;https://www.google.com&lt;/A&gt;&amp;nbsp;will be opened?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 11:36:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755669#M23488</guid>
      <dc:creator>spisiakmi</dc:creator>
      <dc:date>2025-11-19T11:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: link from lookup table into drilldown new page</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755672#M23489</link>
      <description>&lt;P&gt;Create a drilldown on the table that opens a link using the value from the clicked cell.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:02:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755672#M23489</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-11-19T13:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: link from lookup table into drilldown new page</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755673#M23490</link>
      <description>&lt;P&gt;Yes, you right:&lt;BR /&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;$doc_tkn|n$&amp;lt;/link&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;/P&gt;&lt;P&gt;And. How I can place there universal name of the link? Like: "Click here" and this will have different hyperlink in background?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:22:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755673#M23490</guid>
      <dc:creator>spisiakmi</dc:creator>
      <dc:date>2025-11-19T13:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: link from lookup table into drilldown new page</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755677#M23491</link>
      <description>&lt;P&gt;You don't have to show the column with the url in but you can still use it in the drilldown&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| inputlookup links.csv
| eval Label="Click here"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;link target="_blank"&amp;gt;$row.Link|n$&amp;lt;/link&amp;gt;
        &amp;lt;/drilldown&amp;gt;
        &amp;lt;fields&amp;gt;Label&amp;lt;/fields&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:59:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755677#M23491</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-11-19T13:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: link from lookup table into drilldown new page</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755680#M23492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;ITWhisperer, you are unbelievable. It is working. Even I nowhere show the Link, it is hidden behind the Label. Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 15:00:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/link-from-lookup-table-into-drilldown-new-page/m-p/755680#M23492</guid>
      <dc:creator>spisiakmi</dc:creator>
      <dc:date>2025-11-19T15:00:50Z</dc:date>
    </item>
  </channel>
</rss>

