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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...