Dashboards & Visualizations

How to disable options in the time range picker through XML source code?

saransakthi83
New Member

I need turn off all timerange options in time picker menu through XML source code

0 Karma

Raghav2384
Motivator

Hello,

If you don't want time picker and yet give pre-defined time ranges to users, add the following xml below <form.......> tag

<fieldset submitButton="false">
    <input type="dropdown" token="earliestTime" searchWhenChanged="true">
      <label>Select a TimeWindow</label>
       <choice value="-24h@h">24 Hour Window</choice>
    <choice value="-48h@h">48 Hour Window</choice>
    <choice value="-72h@h">72 Hour Window</choice>
    <choice value="-7d@d">7 Day Window</choice>
    <default>24 Hour Window</default>

    </input>
  </fieldset>

Then you need to reference the token for each search/panel example: <earliest>$earliestTime$</earliest> etc. And offcourse you can modify the above xml snippet to match your requirements.

Hope this Helps!

Thanks,
Raghav

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...