Dashboards & Visualizations

How to use a scheduled report in an HTML panel?

daniel333
Builder

All,

I have a set of HTML here that is running a search inline and I would rather used a scheduled report.

        <div id="globe_search" class="splunk-manager" data-require="splunkjs/mvc/searchmanager" data-options='{
          "search": "(index=apache* OR index=jbossweb) src_ip=* | iplocation src_ip | table clientip, src_ip, lon, lat",
          "preview": true,
          "earliest_time": "-1m@m",
          "latest_time": "now" 
         }'>
        </div>

However, when I look at an example of using a scheduled report, it really doesn't add up.The language seems very different. How do I go about using the report from below in my panel from above?

        new SavedSearchManager({
            "id": "search1",
            "searchname": "report_iphits",
            "cache": "scheduled",
            "cancelOnUnload": true,
            "status_buckets": 0,
            "app": utils.getCurrentApp(),
            "auto_cancel": 90,
            "preview": true,
            "runWhenTimeIsUndefined": false
        }, {tokens: true, tokenNamespace: "submitted"});

Thanks in advance,

0 Karma

somesoni2
Revered Legend

Give this a try

<div id="globe_search" class="splunk-manager" data-require="splunkjs/mvc/searchmanager" data-options='{
           "search": "| savedsearch report_iphits",
           "preview": true,
           "earliest_time": "-1m@m",
           "latest_time": "now" 
          }'>
         </div>
0 Karma
Get Updates on the Splunk Community!

What's New in Splunk Observability - October 2025

What’s New?  We’re excited to announce the latest enhancements to Splunk Observability Cloud and share what’s ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened Audit Trail v2 wasn’t written in isolation—it was shaped by your voices. In ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...