Dashboards & Visualizations

How to refresh entire dashboard instead of panel when I select the time range picker value?

mvaradarajam
Path Finder

Hi All,
How to refresh entire dashboard instead of panel refresh when i select the time range picker value.

0 Karma

chimell
Motivator
 In all your rows and your panel enter this :

    <earliestTime>$time.earliest$</earliestTime>
           <latestTime>$time.latest$</latestTime> it will refresh your dashboard

 Look at the example :

<form >
       <label></label>
       <fieldset submitButton="false" autoRun="true">
         <input type="time" token="time" searchWhenChanged="true">
           <label/>
           <default>
             <earliestTime>0</earliestTime>
             <latestTime>now</latestTime>
           </default>
         </input>
        <input type="dropdown" token="index" searchWhenChanged="true">
      <label>Choose one index</label>
      <choice value="*">All</choice>
      <populatingSearch fieldForLabel="index" fieldForValue="index">| eventcount summarize=false index=* OR index=_*</populatingSearch>
      <default>*</default>
    </input>
       </fieldset>
       <row>
         <panel>
           <title></title>
           <searchString>index=$index$ OR index=_$index$|stats count</searchString>
           <earliestTime>$time.earliest$</earliestTime>
           <latestTime>$time.latest$</latestTime>
            </panel>

         <panel>
           <title></title>
           <searchString>index=$index$ OR index=_$index$|stats count as value</searchString>
           <earliestTime>$time.earliest$</earliestTime>
           <latestTime>$time.latest$</latestTime>
           </panel>
       </row>
     </form>
0 Karma

Smith_Splunk
Explorer

Make the searchWhenChanged to TRUE like below.

This will refresh complete panels whcih depends on the inline search

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Any panel depending on the time range picker will refresh - if you want more panels to refresh you need to make their searches use the tokens produced by the time range picker.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...