All Apps and Add-ons

Passing $foo$ value from a hidden search to HiddenChartFormatter

Parameshwara
Path Finder

I have a hidden search that outputs a table with username information in the field UserName. Using $results[0].UserName$ I can display this information using Sideview Utils HTML module.

How can I pass the $results[0].UserName$ to other parts of my XML, like a HiddenChartFormatter that creates a pie chart?

sideview
SplunkTrust
SplunkTrust

You should look at the ResultsValueSetter module.

ResultsValueSetter is the "bigger hammer" to the HTML's $results[0].userName$ feature, since with ResultsValueSetter you end up with a simple $userName$ token that you can use in any module downstream of the ResultsValueSetter.

As always, Sideview docs has a whole page of docs and working examples for the ResultsValueSetter. Actually in latest Sideview Utils (2.4.8), there is a section for the 3 related modules - ValueSetter, ResultsValueSetter and ArrayValueSetter. They are somewhat advanced modules, but in dashboards that have moderate to advanced complexity they are important tools to know about.

Parameshwara
Path Finder

Got it working with ResultsValueSetter.
Cheers!

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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