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!

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, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...