Dashboards & Visualizations

Unset token on dashboard page refresh

kunwarjit
Engager

As a part of my dashboard, I get the results from a base search and join them in a different search in the panel.

In order to do this, I have created a token for the job id and I load the job in the panel when I am doing a join.

Base search

 

<search id="base_search">
  <query>
  <done>
      <condition>
        <set token="base_search">$job.sid$</set>
      </condition>
  </done>
</search>

 

in my panel, I use this base search as a part of the query join

 

<query>
search sourcetype="ABC"
|join type=left
[| loadjob $base_search$
]
|stats ...
</query>

 

When the dashboard is refreshed, the token still refers to the old job sid. I would like to know if there is a way to unset the token so that the base query will run again and the token is populated with the current base search result.

Labels (2)
0 Karma

niketn
Legend

@kunwarjit  by dashboard refresh do you mean using Refresh in the Browser or  Refresh option in the dashboard for example refresh="500" or refresh within search?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...