Dashboards & Visualizations

How do I create a static dashboard?

ericlarsen
Path Finder

New Splunk user (6.2.1). I need to run a scheduled search once a week and post the results to a dashboard. The dashboard cannot be dynamic, it must display the static search results from the last time the search was ran (so in this case, it would get updated once a week).

Any suggestions?
Thanks.

0 Karma
1 Solution

jmheaton
Path Finder

Hello,
(assuming that your report is already scheduled)

Go to the dashboards page.
Create a new dashboard that you will use and embed the report within.
Click Add Panel and select (New from Report) and select your saved search. That will slide out another menu showing details about the report as well as data from the last occurrence.

Thanks

James

View solution in original post

0 Karma

koshyk
Super Champion

Lot of Ways
- If it is static view (forever, as some team would change into dynamic quite soon ), then you can enable using SimpleXML
- if it is dynamic, best bet is to use "sideviewutils"

An example of simple XML implementation below (Create a dashboard, and then edit the dashboard source with tag)

<?xml version='1.0' encoding='utf-8'?>
 <dashboard>
   <label>Sample Saved Search</label>
   <row>
     <chart>
       <searchName>my_Saved_Search</searchName>
       <title>my TItle</title>
          <option name="charting.chart">line</option>
     </chart>
   </row>
 </dashboard>
0 Karma

jmheaton
Path Finder

Hello,
(assuming that your report is already scheduled)

Go to the dashboards page.
Create a new dashboard that you will use and embed the report within.
Click Add Panel and select (New from Report) and select your saved search. That will slide out another menu showing details about the report as well as data from the last occurrence.

Thanks

James

0 Karma

ericlarsen
Path Finder

Works great. Thanks!

0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...