Hi folks,
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.
Bump, can someone please advise ?