Dashboards & Visualizations

When I call dashboard URL with a parameter in my website , how can I get the result about the parameter?

ilove275
Path Finder

I made a website and created a dashboard(TEST).
In this site, I want to include a dashboard using a

Tags (1)

sideview
SplunkTrust
SplunkTrust

Download the Sideview Utils app from splunkbase ( http://splunk-base.splunk.com/apps/22279/sideview-utils ), and read through its embedded documentation a little bit. You'll see there that it packages a number of new modules for the Splunk UI.

Notably, it packages a module called HTML and you can write any HTML you like into it's configuration, including <iframe> tags, and it will do $foo$ substitution while you're at it.

So in a nutshell, on the dashboard you can have a Pulldown module upstream from the HTML module. The user uses the Pulldown to select the host. This then fills in the $host$ value in your iframe's src attribute.

Then on the target view, you use a module called URLLoader to turn that ?host=XYZ into a key that will populate "$host$" values where they appear in the target view.

This is all explained in more (and better) detail in the Sideview Utils app. Read through the documentation views carefully and then focus on the 'linking' section under 'key techniques'.

0 Karma
Get Updates on the Splunk Community!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...