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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...