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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...