Reporting

How do you export a Scheduled PDF Delivery email so it does NOT export hidden dashboard panels ?

ke3a
New Member

Hi, Splunk community,

I have created a dashboard that hides/show panels based on the number of results (shows only if results > 0). The dashboard is working correctly, but when I perform an export to "schedule pdf delivery", it shows all hidden panels - which is not what I want.

I want the export to also hide the panels based on the number of results. If I just export PDF without scheduling it, the hidden panels do not appear in my PDF, which is exactly what I need.

Any help is greatly appreciated.

0 Karma

ke3a
New Member
<dashboard>
<label>Test</label>
<row>
 <panel depends="$panel_show$">
   <table>
     <title>Document Generation  - Production Job failed (24 hrs)</title>
     <search>
       <progress>
         <condition match="'job.resultCount' > 0">
           <set token="panel_show">true</set>
         </condition>
         <condition>
           <unset token="panel_show"></unset>
         </condition>
       </progress>
       <query>index=ecm host=wprdeo* source="e:\\pitney_bowes\\*"</query>
       <earliest>-24h@h</earliest>
       <latest>now</latest>
     </search>
     <option name="count">10</option>
     <option name="dataOverlayMode">none</option>
     <option name="drilldown">none</option>
     <option name="refresh.display">none</option>
     <option name="rowNumbers">false</option>
     <option name="totalsRow">false</option>
     <option name="wrap">true</option>
   </table>
 </panel>
 <panel depends="$panel_show2$">
   <table>
     <title>NegativeArraySizeException (24 hrs)</title>
     <search>
       <progress>
         <condition match="'job.resultCount' > 0">
           <set token="panel_show2">true</set>
         </condition>
         <condition>
           <unset token="panel_show2"></unset>
         </condition>
       </progress>
       <query>index=ecm host=wprdeo* source="e:\\pitney_bowes\\*"</query>
       <earliest>-24h@h</earliest>
       <latest>now</latest>
       <sampleRatio>1</sampleRatio>
     </search>
     <option name="count">10</option>
     <option name="dataOverlayMode">none</option>
     <option name="drilldown">none</option>
     <option name="percentagesRow">false</option>
     <option name="refresh.display">none</option>
     <option name="rowNumbers">false</option>
     <option name="totalsRow">false</option>
     <option name="wrap">true</option>
   </table>
 </panel>
</row>
</dashboard>
0 Karma

ke3a
New Member

Hi,

Just curious if anyone has any ideas on how to approach this problem?

0 Karma
Get Updates on the Splunk Community!

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...