Dashboards & Visualizations

How to set token value using macro

Yolan
Explorer

Hi, 

I have some dashboard that all use the similar color visualizations for some single value panels.
Currently they are set in the init of each dashboard:

 

<init>
  <set token="rangeColors">["0xD93F3C","0xFF8000","0x53a051"]</set>
  <set token="rangeValues">[90,99]</set>
</init>

 

 In each panel that using them the options are set like this:

 

<option name="rangeColors">$rangeColors$</option>
<option name="rangeValues">$rangeValues$</option>

 

However, it is used in quite a few dashboards and the rangeValues need to be updated regularly because of changing targets.

So my idea is to create macros and set the token values using the macro, something like this:

 

<set token="rangeColors">`rangeColors`</set>

 

or

<eval token="rangeColors">`rangeColors`</eval>


Both don't seem to work, "set" just gives back a string: "`rangeColors`" and eval doesn't set a token at all.

Can someone help me with making this work?

Many thanks, 
Yolan

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

It won't work.  Macros are search features and, because that part of the dashboard is not running a search, macros aren't recognized.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

It won't work.  Macros are search features and, because that part of the dashboard is not running a search, macros aren't recognized.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

AI for AppInspect

We’re excited to announce two new updates to AppInspect designed to save you time and make the app approval ...

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...