<?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: Adding a link to other dashboard using SimpleXML in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509838#M86703</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33727"&gt;@khojas02&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good!&lt;/P&gt;&lt;P&gt;Ciao and next time.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.. karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jul 2020 15:05:44 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-07-18T15:05:44Z</dc:date>
    <item>
      <title>How to add a link to other dashboard using SimpleXML?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509627#M86681</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I would like to add 3 links of 3 different dashboards in a separate dashboard panel. My current code is as below&lt;/P&gt;
&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;lt;b style="font-size:12pt"&amp;gt;Link to other relevant Dashboards&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;a href="https://******/en-US/app/******/****"&amp;gt;Click here for &lt;STRONG&gt;Dashboard 1&lt;/STRONG&gt;&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;lt;a href="https://******/en-US/app/*****/dlp_unstructured_data_discovery_dim?form.timePolicyDivision.earliest=-30d%40d&amp;amp;form.timePolicyDivision.latest=now&amp;amp;form.policyType=*"&amp;gt;Click here for &lt;STRONG&gt;Dashboard 2&lt;/STRONG&gt;&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;a href="https://*****/en-US/app/********/symantec_dim__blocked_detail?form.blockedTime.earliest=-7d%40h&amp;amp;form.blockedTime.latest=now&amp;amp;form.businessUnitSearch=*&amp;amp;form.emplidSearch=*&amp;amp;form.policyCategorySearch=*&amp;amp;form.lanidSearch=*"&amp;gt;Click here for &lt;STRONG&gt;Dashboard 3&lt;/STRONG&gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;
&lt;P&gt;Now, the URL for Dashboard 1 is working fine that includes the combination of characters, dot, and underscore. But, it's giving me an error for Dashboard 2 and 3 as I have various characters in the URL. So, how can I resolve this issue? I don't have search element in my XML so I can't solve it at UI or search level.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 14:19:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509627#M86681</guid>
      <dc:creator>khojas02</dc:creator>
      <dc:date>2022-12-02T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a link to other dashboard using SimpleXML</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509630#M86682</link>
      <description>&lt;P&gt;You need to make sure the url is encoded in the dashboard, particularly the &amp;amp; signs need to be in there as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;amp;amp;&lt;/P&gt;&lt;P&gt;What is the error you are getting?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 00:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509630#M86682</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-07-17T00:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a link to other dashboard using SimpleXML</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509648#M86684</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33727"&gt;@khojas02&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;try to replace in your dashboard "&amp;amp;" with "&amp;amp;amp;".&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 06:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509648#M86684</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-17T06:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a link to other dashboard using SimpleXML</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509790#M86699</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This has worked for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message I was getting - Invalid character entity&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 20:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509790#M86699</guid>
      <dc:creator>khojas02</dc:creator>
      <dc:date>2020-07-17T20:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a link to other dashboard using SimpleXML</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509838#M86703</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33727"&gt;@khojas02&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good!&lt;/P&gt;&lt;P&gt;Ciao and next time.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.. karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2020 15:05:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/509838#M86703</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-18T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a link to other dashboard using SimpleXML</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/622959#M107206</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33727" target="_blank"&gt;@khojas02&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;good!&lt;/P&gt;&lt;P&gt;Ciao and next time.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.. karma Points are appreciated&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 06:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-add-a-link-to-other-dashboard-using-SimpleXML/m-p/622959#M107206</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-12-02T06:59:45Z</dc:date>
    </item>
  </channel>
</rss>

