Dashboards & Visualizations

How to create a search which calls a dashbboard in another dashboard?

v709587
Explorer

Please advise me with a query which calls a dashboard in another dashboard

Regards,
Vandana

0 Karma

DavidHourani
Super Champion

Hi @v709587,

If you're looking for a link between two pages then this can be done via drilldown as shown in the official documentation here :

https://docs.splunk.com/Documentation/Splunk/7.2.6/Viz/DrilldownIntro#Choose_a_drilldown_action

If you're looking to show a dashboard in another dashboard then the only solution i can think of is using iframes, it should allow you to see multiple dashboards in the same one.

Cheers,
David

0 Karma

v709587
Explorer

This is my query. I want to know how can I call DASHBOARD1 and DSAHBOARD2 in this query:

<label>Display Dynamic Panel</label>

    <panel>
    <input type="dropdown" token="value" searchWhenChanged="true">
      <choice value="1">Panel1</choice>
      <choice value="2">Panel2</choice>
      <default></default>

      <change>

        <condition value="1">
          <set token="value"> DASHBOARD1</set>
          </condition>
          <condition value="2">
          <set token="value"> DASHBOARD2 </set>
          </condition>
      </change>
    </input>


    <chart>
      <search>
        <query>$value$</query>
        <earliest>-4h@m</earliest>
        <latest>now</latest>
      </search>
      <option name="charting.chart">column</option>
    </chart>
    </panel>
0 Karma
Get Updates on the Splunk Community!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...