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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...