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 | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...