Hi all
I'm new in Splunk and I would like to know if it's possible to get the values set in an visalization option. For example, in a Single Value visualization I set the color and range in the option panel, and I see these values in the XML as follows:
<option name="rangeColors">["0x53a051","0xf8be34","0xdc4e41","0xdc4e41"]</option>
<option name="rangeValues">[95,100,120]</option>
Is it possible to get the values in the arrays so I can use them in a token somewhere else in my dashboard?
Thanks
... View more