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!

Fastest way to demo Observability

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

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...