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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...