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!

See just what you’ve been missing | Observability tracks at Splunk University

Looking to sharpen your observability skills so you can better understand how to collect and analyze data from ...

Weezer at .conf25? Say it ain’t so!

Hello Splunkers, The countdown to .conf25 is on-and we've just turned up the volume! We're thrilled to ...

How SC4S Makes Suricata Logs Ingestion Simple

Network security monitoring has become increasingly critical for organizations of all sizes. Splunk has ...