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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...