Dashboards & Visualizations

How to pull Table results from one dashboard to another?

RLWOLFF
New Member

I want a main dashboard to pull results from multiple application dashboards. I do not want to do the same queries in the Main dashboard. Is this possible?

example: 

<row>
<panel>
<table>
<title>Overall_Status</title>
<search>
<query>index=clo_application_logs host IN (xxxx.com) "Unable to read the file" OR "DB ERROR" OR "JMS Exception Occurred" OR "outOfMemory" OR "ERROR - PricingManager" OR "ERROR - DataService" | stats count
| eval Overall_Status=case(count&gt;0,"CRITICAL", 1=1, "NORMAL")
| append [search index=clo_application_logs host IN (xxxx.com xxxx.comm) "FAIL" | stats count
| eval Overall_Status=case(count&gt;0,"CRITICAL", 1=1, "NORMAL")]
| stats count by Overall_Status | eval colour=case(test=="NORMAL", "0", test=="CRITICAL", "1", 2=2, Unknown) | sort - colour | fields Overall_Status| head 1
| appendpipe [stats count | where count="0" | fillnull value="No Results" Overall_Status]</query>
<earliest>$field1.earliest$</earliest>
<latest>$field1.latest$</latest>
</search>
<option name="drilldown">none</option>
<option name="refresh.display">progressbar</option>
<format type="color" field="Overall_Status">
<colorPalette type="map">{"CRITICAL":#DC4E41,"NORMAL":#53A051}</colorPalette>
</format>
</table>
</panel>
</row>

Labels (1)
Tags (2)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @RLWOLFF,

you could schedule as alerts some searches (the same that you have ones in the other dashboards) that save  their results in a lookup or (better) in a summary index and then use that summary index in your main dashboard.

Ciao.

Giuseppe

 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

One cannot pull (or push) results from one dashboard to another.  You can, however, accomplish the same goal using a scheduled report.

In the application dashboard, edit the appropriate panel and convert it from an inline search into a report.  Schedule that report to run at a suitable interval.

In the main dashboard, define a panel that uses a report.  See https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/AddPanels#Create_a_panel_from_a_report for the details.

Once the scheduled report runs, both dashboards will display the most recent results.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

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

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...