Dashboards & Visualizations

how can i fixed time range for a dashboard?

medvelsplunk
Engager

i create one dashboard and I add input for a time range but for default this appear for 24 hours, but i fixed the time range for a 7 days

Tags (1)
0 Karma

nikita_p
Contributor

Hi,
After you are done with the settings niketnilay suggested, you can also depend your panel on the input you give by changing your search settings
ui > edit > edit search(click on small search icon) > Time Range > shared time picker

0 Karma

niketn
Legend

@medvelsplunk you can use UI > Edit and then use Edit Input option to change the Default value from Token Option section from Last 24 Hours to Last 7 Days

Alternatively, you can directly change the Simple XML Dashboard code by UI > Edit > Source. Assuming the token for Time Picker input is tokTime, notice the <default> section in the Simple XML code contains the default value for Time Picker Input. Change <earliest> from -24h@h to -7d@h (which tells time to snap to 7 days ago at the present hour).

<input type="time" token="tokTime">
  <label></label>
  <default>
    <earliest>-7d@h</earliest>
    <latest>now</latest>
  </default>
</input>

Refer to Splunk Documentation: https://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms#Form_with_time_inputs_exam...

Please try out either option and confirm!

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

vnravikumar
Champion

Hi @medvelsplunk

Can you please elaborate your issue?

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...