All Apps and Add-ons

How to combine multiple dashboards into one dashboard?

YanwuGuTelus
New Member

eg i saved one search:

host = "EDVM02BTV*" object=Process counter="% Processor Time" 
| stats avg(Value) as "Avg. CPU utilization" by Host

I saved another search:

host = "EDVM02BTV*" eventtype=perfmon_windows object=Process  counter="Private Bytes" 
| eval MB=Value/(1024*1024) 
| stats avg(MB) as "Avg. Memory Utilization in MB" by host

Both of them return visualized dashboard separately. How can I combine them into 1 reports, so I am not receiving multiple reports everyday.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi YanwuGuTelus,
You have to insert every search in a different panel of a the same dashboard and after schedule this dashboard to send it by mail as a report e.g. every day.
The only limitation is that, when you schedule a dashboard, you cannot receive results in csv format but only in pdf.

Bye.
Giuseppe

0 Karma

adonio
Ultra Champion

save the first in a dashboard, then run the second search and save as a dashboard, choose existing dashboard -. from dropdown pick the dashboard you just created -> name the panel, and you are ready.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...