Dashboards & Visualizations

Global variable in Simple XML??

jitsinha
Path Finder

Is it possible to create a global variable in Simple XML dashboard like we do using resultsvaluesetter module in advanceXML??

My requirement is to create a custom table using html tags.

As an example:

Overall Status Count

Total 55

Pass 30
Fail 25

Now here I want create three global variables named as varTotal, varPass, varFail so these values are available as tokens throughout my dashboard.

My dashboard isnt having any dropdowns or for that matter any form elements.

Tags (2)
0 Karma

mclane1
Path Finder

I use input text field with depends on unexisting variable.

<input type="text" token="myToken" depends="$hiddenToken$">
  <default>my variable</default>
</input>

$myToken$ is default value, and you don't see it with "depends".

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...