<?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: Simple value to hyperlink in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330059#M61182</link>
    <description>&lt;P&gt;Hi Abarny,&lt;BR /&gt;
this is a simple example of drilldown&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;test single&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal | head 1 | eval url="www.splunk.com" | table url&amp;lt;/query&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;link&amp;gt;
            &amp;lt;![CDATA[http://$row.url$]]&amp;gt;
          &amp;lt;/link&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2017 11:35:24 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-04-14T11:35:24Z</dc:date>
    <item>
      <title>Simple value to hyperlink</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330056#M61179</link>
      <description>&lt;P&gt;Hi guys , &lt;/P&gt;

&lt;P&gt;I need  your help, I create an chain charactere with a  request but i want to transform to an hyperlink,  this moment i have just a text. &lt;BR /&gt;
Do you know how I can do this ? &lt;/P&gt;

&lt;P&gt;I think I need to change that in soure code but I don't see what to change.&lt;/P&gt;

&lt;P&gt;Thanks for your answers&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330056#M61179</guid>
      <dc:creator>Abarny</dc:creator>
      <dc:date>2017-04-14T10:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple value to hyperlink</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330057#M61180</link>
      <description>&lt;P&gt;Hi Abarny,&lt;BR /&gt;
sorry, but I don't understand your question: do you need to insert in a panel a link to an external url or to another Splunk object, or do you want to make a drilldown from a Splunk object (e.g. a Sinle value panel) into another dashboard?&lt;/P&gt;

&lt;P&gt;to insert a link to an external link you have to insert in your dashboard an html panel like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
   &amp;lt;html&amp;gt;
      &amp;lt;h3&amp;gt;description: &amp;lt;/h3&amp;gt;&amp;lt;a href="http://www.splunk.com"&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Splunk&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;
      &amp;lt;h3&amp;gt; This is &amp;lt;strong&amp;gt;Splunk&amp;lt;/strong&amp;gt; : LOGIN, LOGOUT and FAILED LOGIN events.&amp;lt;/h3&amp;gt;
   &amp;lt;/html&amp;gt;
&amp;lt;/row&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to insert a link to another App's dashboard&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
   &amp;lt;html&amp;gt;
      &amp;lt;h1&amp;gt;dashboard&amp;lt;/h1&amp;gt;
      &amp;lt;p&amp;gt;&amp;lt;font size="2"&amp;gt;description&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;
      &amp;lt;table border="0" cellpadding="10" align="center"&amp;gt;
         &amp;lt;th align="left"&amp;gt; &amp;lt;a href="dashbord_name"&amp;gt;"Dashboard1"&amp;lt;/a&amp;gt; &amp;lt;/th&amp;gt;
      &amp;lt;/table&amp;gt;
   &amp;lt;/html&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to make a drilldown to another object, you have to see in "Splunk 6.x Dashboard Examples" App (&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;) how to manage drilldown.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330057#M61180</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-04-14T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple value to hyperlink</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330058#M61181</link>
      <description>&lt;P&gt;Today i Have this :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2768iABA35C85E50DA397/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And i want transform this to a hyperlink.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Lien GTA&amp;lt;/title&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="gta_projets"  logs{}.projectId=$logs{}.projectId$ |fields logs{}.projectId|rename logs{}.projectId as "NOVA ID"| dedup "NOVA ID"|eval "Lien GTA"="https://gta.rmidom.intra/#!/projects/"."".'NOVA ID'| table "Lien GTA"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330058#M61181</guid>
      <dc:creator>Abarny</dc:creator>
      <dc:date>2017-04-14T10:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Simple value to hyperlink</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330059#M61182</link>
      <description>&lt;P&gt;Hi Abarny,&lt;BR /&gt;
this is a simple example of drilldown&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;test single&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal | head 1 | eval url="www.splunk.com" | table url&amp;lt;/query&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;link&amp;gt;
            &amp;lt;![CDATA[http://$row.url$]]&amp;gt;
          &amp;lt;/link&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 11:35:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Simple-value-to-hyperlink/m-p/330059#M61182</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-04-14T11:35:24Z</dc:date>
    </item>
  </channel>
</rss>

