Dashboards & Visualizations

How can I set the default option "between" in Time Input to dashboards

manabanana
Engager

Hi,

How can I change the default option in the time range picker in the "Date range" panel from "since" to "between" for all users when they create Time Input to dashboards?
In the Splunk search default option "between" in the "Date range" and users want the same options to dashboards as it was in Splunk 7.0.1.

Tags (1)
0 Karma

vnravikumar
Champion

Hi @manabanana

Try like

        <input type="time" id="time1">
          <label>Time Between Example</label>
          <default>
            <earliest>0</earliest>
            <latest></latest>
          </default>
        </input>
0 Karma

manabanana
Engager

Does it mean edit XML code behind the current dashboard or any source code file?

0 Karma

vnravikumar
Champion

If you want to set at app level then add the following entry in times.conf

[all_time]
label = All time
header_label = over all time
earliest_time = 0
latest_time = now
order = 500
0 Karma

vnravikumar
Champion

yes, in the current dashboard.

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!

Index This | What travels the world but is also stuck in place?

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

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...