<?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 Add link in dashboard description in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524297#M35470</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to add external link in my dashboard description.&lt;BR /&gt;I saw similar question, but cant find the correct answer &lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-to-external-site-in-dashboard-description/td-p/252640" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-to-external-site-in-dashboard-description/td-p/252640&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tried adding &amp;lt;html&amp;gt; tag in the dashboard &amp;lt;description&amp;gt; but I got a warning that &amp;lt;description&amp;gt; is not supposed to have a child tag.&lt;/P&gt;&lt;P&gt;EDIT (so that the accepted answer directly correlates to this question):&lt;BR /&gt;I want to add link in dashboard description because I want the link to appear under the title, and above the input. If I just add &amp;lt;html&amp;gt; tag under &amp;lt;panel&amp;gt;, then it will appear after input.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 10:11:44 GMT</pubDate>
    <dc:creator>dwahyudi06</dc:creator>
    <dc:date>2020-10-13T10:11:44Z</dc:date>
    <item>
      <title>Add link in dashboard description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524297#M35470</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to add external link in my dashboard description.&lt;BR /&gt;I saw similar question, but cant find the correct answer &lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-to-external-site-in-dashboard-description/td-p/252640" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-to-external-site-in-dashboard-description/td-p/252640&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tried adding &amp;lt;html&amp;gt; tag in the dashboard &amp;lt;description&amp;gt; but I got a warning that &amp;lt;description&amp;gt; is not supposed to have a child tag.&lt;/P&gt;&lt;P&gt;EDIT (so that the accepted answer directly correlates to this question):&lt;BR /&gt;I want to add link in dashboard description because I want the link to appear under the title, and above the input. If I just add &amp;lt;html&amp;gt; tag under &amp;lt;panel&amp;gt;, then it will appear after input.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 10:11:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524297#M35470</guid>
      <dc:creator>dwahyudi06</dc:creator>
      <dc:date>2020-10-13T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add link in dashboard description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524303#M35472</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227478"&gt;@dwahyudi06&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can't put html inside a title element, but you can create a separate html row/panel that sits above the panel you want to have the description and then you can do what you want in that panel, along the lines of&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;row&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;html&amp;gt;
      &amp;lt;a href="www.yoursite.com"&amp;gt;Link to your site&amp;lt;/a&amp;gt;
    &amp;lt;/html&amp;gt;
  &amp;lt;panel&amp;gt;
&amp;lt;/row&amp;gt;
&amp;lt;row&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;table&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;
your search here
        &amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/table&amp;gt;
  &amp;lt;panel&amp;gt;
&amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 02:19:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524303#M35472</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-10-13T02:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add link in dashboard description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524325#M35473</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;Thank you. Yes, the html tag works under &amp;lt;panel&amp;gt;.&lt;/P&gt;&lt;P&gt;But I want the text to appear in the top, under title, and before the input.&lt;/P&gt;&lt;P&gt;Perhaps I should post another question about that?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 06:32:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524325#M35473</guid>
      <dc:creator>dwahyudi06</dc:creator>
      <dc:date>2020-10-13T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add link in dashboard description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524333#M35475</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227478"&gt;@dwahyudi06&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you can do that if you move the inputs into their own row/panel like this example&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Example Dashboard&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;&amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;h1 style="color:red"&amp;gt;A nice big red header&amp;lt;/h1&amp;gt;
        &amp;lt;a href="www.yoursite.com"&amp;gt;Link to your site&amp;lt;/a&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input type="text" token="field1"&amp;gt;
        &amp;lt;label&amp;gt;Enter search tezt&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;input type="dropdown" token="choices"&amp;gt;
        &amp;lt;label&amp;gt;Choices&amp;lt;/label&amp;gt;
        &amp;lt;choice value="c1"&amp;gt;Choice 1&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="c2"&amp;gt;Choice 2&amp;lt;/choice&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;
  your search here
          &amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 07:03:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-link-in-dashboard-description/m-p/524333#M35475</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-10-13T07:03:37Z</dc:date>
    </item>
  </channel>
</rss>

