Dashboards & Visualizations

Refresh and display latest scheduled report within a Dashboard

phanli
Observer

Hi folks,

Splunk Enterprise. Version:7.1.0

I have a dashboard with many daily scheduled report, one panel for each.

The report scheduling works normally, I can see the latest report in "view recent" but my dashboard does not load the latest report. I tried add autorefresh, or manually clicking the refresh button on each panel but it still display the old report.

 

<dashboard refresh="30">
<label>My Dashboard</label>
<row>
<panel>
<title>Panel 1 title</title>
<table>
<search ref="Report - Panel 1"></search>
<option name="count">10</option>
<option name="dataOverlayMode">none</option>
<option name="drilldown">none</option>
<option name="percentagesRow">false</option>
<option name="rowNumbers">false</option>
<option name="totalsRow">false</option>
<option name="wrap">true</option>
</table>
</panel>
<panel>
<title>Panel 2</title>
<table>
<search ref="Report - Panel 2"></search>
<option name="count">10</option>
<option name="dataOverlayMode">none</option>
<option name="drilldown">none</option>
<option name="percentagesRow">false</option>
<option name="rowNumbers">false</option>
<option name="totalsRow">false</option>
<option name="wrap">true</option>
</table>
</panel>
</row>

 

 

Checked around Splunk forum, but non solution work for me.

What should I do to have this work properly? TIA.

 

 

Labels (2)
0 Karma

phanli
Observer

Bump, can someone please advise ?

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...