<?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: Is there a way to link multiple dashboards from an existing dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270080#M17123</link>
    <description>&lt;P&gt;One more point wanted to add here &lt;/P&gt;

&lt;P&gt;If i use  i get the below error &lt;/P&gt;

&lt;P&gt;XML Syntax Error: Cannot mix  with explicit s (line 39)&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2016 16:00:18 GMT</pubDate>
    <dc:creator>Kumar1980</dc:creator>
    <dc:date>2016-12-13T16:00:18Z</dc:date>
    <item>
      <title>Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270066#M17109</link>
      <description>&lt;P&gt;HI ,&lt;/P&gt;

&lt;P&gt;I was able to create and link two dashboards with your assistance earlier and that was really helpful!&lt;/P&gt;

&lt;P&gt;Currently i have a new requirement and need some assistance &lt;/P&gt;

&lt;P&gt;Current setup :&lt;BR /&gt;
Dashboard1 has a column chart with n number of servers. Once i click on any of them, it leads me to Dashboard2 which has a column representation of various/specific logs from all the servers belonging to the same pool. Selecting the required log leads me to the search page. &lt;/P&gt;

&lt;P&gt;Now here is the new requirement : &lt;BR /&gt;
From Dashboard1, if i click on a server from n servers, i need to be redirected to another dashboard which has logs related to that specific server only (i can create the dashboard, that should not be a problem). &lt;/P&gt;

&lt;P&gt;Clicking on the specific log should take me to the search page with results. &lt;/P&gt;

&lt;P&gt;My Question : &lt;/P&gt;

&lt;P&gt;Is there any way we can link multiple dashboards from Dashboard1 ? (one dashboard (Dashboard1) linked to multiple dashboards for every individual server) &lt;/P&gt;

&lt;P&gt;The number of servers in Dashboard is &amp;gt; 15 and wanted to know if this is a feasible request. If Yes, how do i achieve it?&lt;/P&gt;

&lt;P&gt;I have tried creating a dashboard (Dashboard2) with multiple panels representing the servers, however it was ruled out.&lt;/P&gt;

&lt;P&gt;Please suggest &lt;/P&gt;

&lt;P&gt;-Praneeth &lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270066#M17109</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-09T13:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270067#M17110</link>
      <description>&lt;P&gt;Hi Kumar1980,&lt;BR /&gt;
I'm not sure to have correctly understand your questions:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;You have a dashboard with many servers,&lt;/LI&gt;
&lt;LI&gt;clicking on one of them you drilldown in another different dashboard with all the events of that server, correct?&lt;/LI&gt;
&lt;LI&gt;then clicking on one log of the second dashboard you want to open the search dashboard with the search parameters chosen with the click, correct?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;if these are your need you have to configure the first drilldown as you already know and the second one using the "search" dashboard, something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
   &amp;lt;link&amp;gt;
       &amp;lt;![CDATA[search?tag1=$row.host&amp;amp;TimeDa=$Time.earliest$&amp;amp;TimeA=$Time.latest$]]&amp;gt;
    &amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note: I inserted in the url parameters also the time period to have the same one also in the drilldown dashboard&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:39:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270067#M17110</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-09T13:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270068#M17111</link>
      <description>&lt;P&gt;HI Giuseppe,&lt;/P&gt;

&lt;P&gt;Thanks for the response &lt;/P&gt;

&lt;P&gt;1) I have a dashboard with many servers&lt;BR /&gt;
2) clicking on one of them i drilldown in another different dashboard with all the events from all the servers in first dashboard (logs are not specific to the server that i click, they are from all the servers in the 1st dashboard) &lt;BR /&gt;
3) Clicking the specific i will go to the search page &lt;/P&gt;

&lt;P&gt;I need that if i click on a server the second dashboard should have a column chart with specific logs pertaining to that particular server only &lt;/P&gt;

&lt;P&gt;So i will need to link multiple dashboards with the first one which are related to individual servers listed in the first dashboard &lt;/P&gt;

&lt;P&gt;I wanted to know if it is possible to link multiple dashboards (&amp;gt;15) with the first one, if yes then how do i achieve it&lt;/P&gt;

&lt;P&gt;First and third steps are not a problem i am concerned only with the second point &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Praneeth &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:25:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270068#M17111</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-09T14:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270069#M17112</link>
      <description>&lt;P&gt;HI There,&lt;/P&gt;

&lt;P&gt;Can anyone pls update if there is a solution to the requirement provided &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Praneeth &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 12 Dec 2016 08:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270069#M17112</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-12T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270070#M17113</link>
      <description>&lt;P&gt;Sorry, but I continue to not understand:&lt;BR /&gt;
in the first dashboard, you have logs from all the servers in a table in which every row is the count for one server,&lt;BR /&gt;
clicking on a row you drilldown in a second dashboard filtered by the clicked server and you want to show all the events of the clicked server, correct?&lt;/P&gt;

&lt;P&gt;I don't understand why you want to drilldown in the second dashboard with events from all the servers.&lt;/P&gt;

&lt;P&gt;Everyway if you want to have in a dashboard all the events of all servers, you can use the same search you used in the first dashboard, but instead of a stats command you have to use a table command.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 15:50:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270070#M17113</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-12T15:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270071#M17114</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;Reply inline :&lt;BR /&gt;
in the first dashboard, you have logs from all the servers in a table in which every row is the count for one server,&lt;BR /&gt;
clicking on a row you drilldown in a second dashboard filtered by the clicked server and you want to show all the events of the clicked server, correct? - Yes&lt;/P&gt;

&lt;P&gt;I don't understand why you want to drilldown in the second dashboard with events from all the servers. - i did not know how do i drill down for all individual servers so used the current view as an alternate, if drill down for individual servers is possible this is no longer needed &lt;/P&gt;

&lt;P&gt;As per my understanding if i had to link a dashboard to other i had to add a link under the drilldown tag with in the chart. I do not know if adding multiple links will work or not&lt;/P&gt;

&lt;P&gt;The current requirement needs a column chart representation so just wanted to know if it is possible to link multiple dashboards form the first one, representing one dashboard for each individual server ? &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Praneeth &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:00:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270071#M17114</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-12T16:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270072#M17115</link>
      <description>&lt;P&gt;Hi Praneeth ,&lt;BR /&gt;
To drilldown in another dashboard you have to create a second dashboard in which, in every search you insert the used tag (&lt;CODE&gt;your_search $host$ | ...&lt;/CODE&gt;).&lt;BR /&gt;
then in the first dashboard you have to insert in every panel the following rows&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;link&amp;gt;
    &amp;lt;![CDATA[your_dashboard?host=$row.host&amp;amp;amp;TimeDa=$Time.earliest$&amp;amp;amp;TimeA=$Time.latest$]]&amp;gt;
 &amp;lt;/link&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this way, clicking on a row you pass the three tokens (host, earliest and latest) to the second dashboard.&lt;BR /&gt;
Remember to put  in the second dashboard, in every search the following rows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;earliest&amp;gt;$TimeDa$&amp;lt;/earliest&amp;gt;
  &amp;lt;latest&amp;gt;$TimeA$&amp;lt;/latest&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this way you pass from the main dashboard to the second one: host, earliest and latest.&lt;/P&gt;

&lt;P&gt;You don't need to have different dashboard for each server, but only one.&lt;/P&gt;

&lt;P&gt;If you like, but I usually don't do this, you can use the search app as the second dashboard: for me it's better to build a second dashboard with only the columns (fields) I need.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:15:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270072#M17115</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-12T16:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270073#M17116</link>
      <description>&lt;P&gt;Thanks Cusello,&lt;/P&gt;

&lt;P&gt;I will try it and get back to you if i face any issues &lt;/P&gt;

&lt;P&gt;If possible i'll try to upload the code that i used &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Praneeth &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270073#M17116</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-12T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270074#M17117</link>
      <description>&lt;P&gt;HI Cusello,&lt;/P&gt;

&lt;P&gt;I guess i have confused with what i was looking for , sorry for that and appreciate your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Let me make simple and clear on what i need &lt;/P&gt;

&lt;P&gt;Dashboard 1: number of errors/exceptions/timeouts  (minus false alerts) grouped by hostname.  &lt;/P&gt;

&lt;P&gt;I have created this dashboard and have no issues with it (getting the desired results) &lt;/P&gt;

&lt;P&gt;When I click on the hostname from Dashboard1 it should take me Dashboard2 &lt;BR /&gt;
Dasbhoard2:  messages grouped by sourcetype, only for that host which i clicked (not across hosts).&lt;/P&gt;

&lt;P&gt;This is where i am facing issues, i am not sure how do i link 1st and 2nd dashboard based on the hostnames&lt;/P&gt;

&lt;P&gt;Please note that i am using a chart option and grouped the results in a column chart sorted host wise and looking for the same with Dashboard2 grouped by sourcetype&lt;/P&gt;

&lt;P&gt;I am new to this so troubling you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; The implementation is crucial for my ongoing project request you to help on this &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Praneeth &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Dec 2016 10:18:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270074#M17117</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-13T10:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270075#M17118</link>
      <description>&lt;P&gt;Hi Praneeth ,&lt;BR /&gt;
I confirm that the way to obtain what you want is the one described in my previous comment:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;create first dashboard inserting the rows with drilldown and link;&lt;/LI&gt;
&lt;LI&gt;insert in in each search of the second dashboard the tokens (host, TimeDa and TimeA) as described.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;at this point you'll have your drilldown.&lt;BR /&gt;
There is only one additional information you need: if you'r creating a drilldown from a table you can use $row.host$, if instead your creating a drilldown from a chart you have to use a different token creation ($click.value$).&lt;BR /&gt;
You can find rules to create your drilldown are at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/tokens"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/tokens&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In addition I suggest to you to download and installa the Splunk 6.x Dashboarda Examples Dashboard (&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;) in which is fully describes how to build a drilldown and other examples in dashboard building.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 10:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270075#M17118</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-13T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270076#M17119</link>
      <description>&lt;P&gt;HI Giuseppe,&lt;/P&gt;

&lt;P&gt;I tried the suggestion that you gave however i am not sure if i am doing it right as i face errors &lt;/P&gt;

&lt;P&gt;Here is the code for 1st dashboard and second dashboard is : en-US/app/search/test_new_parpr14&lt;/P&gt;

&lt;P&gt;I get a page not found &lt;/P&gt;

&lt;P&gt;Secure5-Backend errors/exceptions - Last one hour&lt;BR /&gt;
  Shows the errors/exceptions across secure5 in the callout logs from all s5 tridents&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
       &amp;lt;chart&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=*  host=* source="/logs/odslogs/*" AND ("ERROR" OR "exception" OR "timeout")| rex "(?&amp;amp;lt;err&amp;amp;gt;ERROR|exception|timeout)" | chart usenull=f count over host by err&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;@d&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="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisStart&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.placement"&amp;gt;top&amp;lt;/option&amp;gt;
    &amp;lt;drilldown&amp;gt;
                  &amp;lt;set token="host"&amp;gt;$click.value2$&amp;lt;/set&amp;gt;
      &amp;lt;link&amp;gt;en-US/app/search/test_new_parpr14&amp;lt;/link&amp;gt;
    &amp;lt;/drilldown&amp;gt;
  &amp;lt;/chart&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you please help me out with the code ? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:04:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270076#M17119</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2020-09-29T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270077#M17120</link>
      <description>&lt;P&gt;and just a point to add .. i only have one panel in the 1st dashboard &lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 13:32:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270077#M17120</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-13T13:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270078#M17121</link>
      <description>&lt;P&gt;you have to modify the rows of drilldown:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
   &amp;lt;link&amp;gt;
      &amp;lt;![CDATA[test_new_parpr14?host=$row.host$&amp;amp;amp;TimeDa=$Time.earliest$&amp;amp;amp;TimeA=$Time.latest$]]&amp;gt;
   &amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;be attention to the following items:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;for the token host: try with $click.value2$ that is usually used in charts, but if you have a table you have to use $row.host$;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;if you haven't a Time Picker to modify time input, you don't need to insert TimeDa and TimeA Tokens, so you have:&lt;/P&gt;

&lt;P&gt;&lt;DRILLDOWN&gt;&lt;BR /&gt;
   &lt;LINK /&gt;&lt;BR /&gt;
      &amp;lt;![CDATA[test_new_parpr14?host=$row.host$]]&amp;gt;&lt;BR /&gt;
   &lt;BR /&gt;
&lt;/DRILLDOWN&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Sorry but I don't reach to save code.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270078#M17121</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T12:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270079#M17122</link>
      <description>&lt;P&gt;HI Giuseppe,&lt;/P&gt;

&lt;P&gt;The dashboards are working partially , thanks for the help&lt;/P&gt;

&lt;P&gt;After clicking one server (column) on Dashboard1 i get to Dashboard2, however i get the soucetypes from all the servers listed&lt;/P&gt;

&lt;P&gt;in Dashboard2 I want the sourcetypes to be charted only for the server that i click &lt;/P&gt;

&lt;P&gt;Let me what parameters that i need to insert to make this work, i am using $click.value2$ in Dashboard1&lt;/P&gt;

&lt;P&gt;Let me know if you want to look at the code &lt;/P&gt;

&lt;P&gt;Please suggest &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Praneeth &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Dec 2016 15:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270079#M17122</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-13T15:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270080#M17123</link>
      <description>&lt;P&gt;One more point wanted to add here &lt;/P&gt;

&lt;P&gt;If i use  i get the below error &lt;/P&gt;

&lt;P&gt;XML Syntax Error: Cannot mix  with explicit s (line 39)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 16:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270080#M17123</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-13T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270081#M17124</link>
      <description>&lt;P&gt;*condition&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 16:00:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270081#M17124</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-13T16:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270082#M17125</link>
      <description>&lt;P&gt;Hi Praneeth ,&lt;BR /&gt;
in the second dashboard, you must insert the token in your search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your_search host=$host$ | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;beware to write the token identical (upper/lower) to the one of the main dashboard.&lt;/P&gt;

&lt;P&gt;About the parameter, in drilldown from a table, I usually use &lt;CODE&gt;host=$row.host$&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 16:07:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270082#M17125</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-13T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270083#M17126</link>
      <description>&lt;P&gt;I try again&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
    &amp;lt;link&amp;gt;
       &amp;lt;![CDATA[test_new_parpr14?host=$row.host$]]&amp;gt;
    &amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this should work!&lt;BR /&gt;
Bye.&lt;BR /&gt;
giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 16:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270083#M17126</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-13T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270084#M17127</link>
      <description>&lt;P&gt;Thanks a ton Giuseppe,&lt;/P&gt;

&lt;P&gt;it works !!!&lt;/P&gt;

&lt;P&gt;Appreciate your time and help&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Praneeth&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Dec 2016 16:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270084#M17127</guid>
      <dc:creator>Kumar1980</dc:creator>
      <dc:date>2016-12-13T16:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link multiple dashboards from an existing dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270085#M17128</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I have this question that i need to asked: i have 4 dashboards that i need to combine together, don't how to do it please help.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 16:38:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-link-multiple-dashboards-from-an-existing/m-p/270085#M17128</guid>
      <dc:creator>ralcindor</dc:creator>
      <dc:date>2019-09-06T16:38:20Z</dc:date>
    </item>
  </channel>
</rss>

