<?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: How do you link two dashboards with the same filter? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402861#M26412</link>
    <description>&lt;P&gt;Hi Maxime&lt;/P&gt;

&lt;P&gt;Where &lt;CODE&gt;selected&lt;/CODE&gt; is a variable which you can use it in the second dashboard, Similarly you can add all the necessary token in the query paramater and use it in the second dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;drilldown&amp;gt;
              &amp;lt;link target="_blank"&amp;gt;/app/search/secondary?valueone=$fieldone$&amp;amp;amp;valuetwo=$fieldtwo$&amp;lt;/link&amp;gt;
            &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;valueone, valuetwo are the variables that contains values of fieldone and fieldtwo from first dashboard and you can use it in second dashboard with $valueone$ and $valuetwo$&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 10:46:19 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2019-01-11T10:46:19Z</dc:date>
    <item>
      <title>How do you link two dashboards with the same filter?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402858#M26409</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;

&lt;P&gt;I want to link a dashboard (main) to others with different filters.&lt;/P&gt;

&lt;P&gt;I already linked them, but I didn't access to them with different filters.&lt;/P&gt;

&lt;P&gt;Here's an exemple of one of my links:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;title&amp;gt;SACM Compliance&amp;lt;/title&amp;gt;
        &amp;lt;search base="base2"&amp;gt;
          &amp;lt;query&amp;gt;| where flag=1
| search $fieldBU$ AND $fieldCountry$ AND $fieldST$ AND $fieldSite$ AND $fieldHN$ AND $fieldIP$
| search $fieldSite$ | stats count(flag)&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="colorMode"&amp;gt;block&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x53a051"]&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeValues"&amp;gt;[400000]&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;preview&amp;lt;/option&amp;gt;
        &amp;lt;option name="unitPosition"&amp;gt;after&amp;lt;/option&amp;gt;
        &amp;lt;option name="useColors"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="useThousandSeparators"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;link target="_blank"&amp;gt;
            &amp;lt;![CDATA[/app/ITAMSAM/sacmlandesk__ok?]]&amp;gt;
          &amp;lt;/link&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But little thing to know. In each values, I put a condition for "*" (because I need to have all values and all null values)&lt;BR /&gt;
Exemple of one condition :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;change&amp;gt;
          &amp;lt;condition label="All"&amp;gt;
            &amp;lt;set token="fieldBU"&amp;gt;(BU=* OR NOT BU="*")&amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;
&amp;lt;/change&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does someone have an idea of how to put a filter on my link to have them on my new dashboard ?&lt;/P&gt;

&lt;P&gt;Thank you a lot,&lt;/P&gt;

&lt;P&gt;Maxime.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 09:11:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402858#M26409</guid>
      <dc:creator>MaximeMoreau</dc:creator>
      <dc:date>2019-01-11T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do you link two dashboards with the same filter?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402859#M26410</link>
      <description>&lt;P&gt;Hi @MaximeMoreau&lt;/P&gt;

&lt;P&gt;Try by specifying in query parameter like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
          &amp;lt;link target="_blank"&amp;gt;/app/search/secondary?selected=$row.values$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where you can access the value by referring&lt;CODE&gt;$selected$&lt;/CODE&gt; in the second dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402859#M26410</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-01-11T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do you link two dashboards with the same filter?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402860#M26411</link>
      <description>&lt;P&gt;Hi @vnravikumar,&lt;/P&gt;

&lt;P&gt;I tried like that :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
          &amp;lt;link target="_blank"&amp;gt;/app/ITAMSAM/sacmlandesk__ok?selected=$row.values$&amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I don't know where I have to put $selected$ in the other Dashboard ?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Maxime.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:37:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402860#M26411</guid>
      <dc:creator>MaximeMoreau</dc:creator>
      <dc:date>2019-01-11T10:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do you link two dashboards with the same filter?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402861#M26412</link>
      <description>&lt;P&gt;Hi Maxime&lt;/P&gt;

&lt;P&gt;Where &lt;CODE&gt;selected&lt;/CODE&gt; is a variable which you can use it in the second dashboard, Similarly you can add all the necessary token in the query paramater and use it in the second dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;drilldown&amp;gt;
              &amp;lt;link target="_blank"&amp;gt;/app/search/secondary?valueone=$fieldone$&amp;amp;amp;valuetwo=$fieldtwo$&amp;lt;/link&amp;gt;
            &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;valueone, valuetwo are the variables that contains values of fieldone and fieldtwo from first dashboard and you can use it in second dashboard with $valueone$ and $valuetwo$&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:46:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402861#M26412</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-01-11T10:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do you link two dashboards with the same filter?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402862#M26413</link>
      <description>&lt;P&gt;Perfect ! Thank you a lot !&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:52:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402862#M26413</guid>
      <dc:creator>MaximeMoreau</dc:creator>
      <dc:date>2019-01-11T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do you link two dashboards with the same filter?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402863#M26414</link>
      <description>&lt;P&gt;welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:59:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/402863#M26414</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-01-11T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do you link two dashboards with the same filter?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/706440#M57851</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/156785"&gt;@vnravikumar&lt;/a&gt;&amp;nbsp; thanks for that&amp;nbsp; and it helped a lot, but I have multiple fields .&amp;nbsp;&lt;BR /&gt;In that case for STATIC filters its working &amp;amp; coming to dynamic its reflecting the Field for Value name in the filter of linked dashboard.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.....&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 05:51:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-link-two-dashboards-with-the-same-filter/m-p/706440#M57851</guid>
      <dc:creator>siva_kumar0147</dc:creator>
      <dc:date>2024-12-10T05:51:28Z</dc:date>
    </item>
  </channel>
</rss>

