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!

New in Observability Cloud - Explicit Bucket Histograms

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

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...