Hi Splunkers, Per this documentation - https://docs.splunk.com/Documentation/Splunk/latest/DashStudio/tokens - setting default value is done by navigating to the Interactions section of the Configuration panel. This is simple with the given example with the token set as $method$. "tokens": {
"default": {
"method": {
"value": "GET"
}
}
} Would anyone be able to advise as to how can I set default tokens of a dashboard (created using Dashboard Studio) if the value is of the panel is pointing to a data source whose query has a dependency to another data source's results? Panel A: Data Source: 'Alpha status' 'Alpha status' query: | eval status=$Beta status:result._statusNumber$ e.g. I need to set a default token value for $Beta status:result._statusNumber$ Thanks in advance for the response.
... View more