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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...