Dashboards & Visualizations

Time range picker doesn't work in dashboard

snigdhasaxena
Communicator

I have added time range picker in dashboard and set autorun= true
but when I change time range in my dashboard it doesn't rerun and populate the dashboard.

Code sample

test Data

<input type="time" token="Time Range Picker" searchWhenChanged="true">
  <label>Select time</label>
  <default>
    <earliest>-24h@h</earliest>
    <latest>now</latest>
  </default>
</input>
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi snigdhasaxena,
at first, I suggest to not use spaces in token's names, so use (e.g.) in input section:

 <input type="time" token="Time" searchWhenChanged="true">
   <label>Select time</label>
   <default>
     <earliest>-24h@h</earliest>
     <latest>now</latest>
   </default>
 </input>

Then in panels use :

<search>
   <query> my_search </query>
   <earliest>$Time.earliest$</earliest>
   <latest>$Time.latest$</latest>
</search>

Bye.
Giuseppe

kamlesh_vaghela
SplunkTrust
SplunkTrust

@snigdhasaxena

Here I'm assuming that you have used timerange picker in panel searches. Like

 <search>
          <query> MY SEARCH </query>
          <earliest>$earliest$</earliest>
          <latest>$latest$</latest>
        </search>

Still can you please share full dashboard XML? MAke sure you mask confidential values with a dummy value.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

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 ...