Dashboards & Visualizations

How to set a Token when the dashboard is 100% loaded

robertlynch2020
Influencer

hi

I need to be able to know when a dashboard is 100% completed, how can i get a token for this?

I had an idea of doing something like this after each search.

    <done>
            <condition match="'job.resultCount'>0">

               <set token="PAGE_LOADED1">LOADED</set>
            </condition>

          </done>

However this is a very manual way of doing it (PAGE_LOADED1 + PAGE_LOADED2 + PAGE_LOADED3 > 0 etc..), i was hoping for an easy peace of code that i can put at the top of each dashboard.

Thanks
Robert

Tags (1)
0 Karma

wmyersas
Builder

Use the <done> tag inside your searches:

<search>
    <done>
        <set token="thispanelstoken">done</set>
    </done>
</search>

Relying on $job.resultCount$>0 is not a good practice: what happens when the search returns no values? Your condition would fail, but it would be "done".

What are you trying to do with these "completed" tokens?

0 Karma
Get Updates on the Splunk Community!

Splunk App for Anomaly Detection End of Life Announcment

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...