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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...