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!

Building Reliable Asset and Identity Frameworks in Splunk ES

  Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...