Dashboards & Visualizations

Bug in changing time picker values for last 7 days?

lsy9891
Engager

Hi, I managed to get the time picker label value like this:

<fieldset autoRun="true" submitButton="false">
    <input type="time" token="time_token" searchWhenChanged="true">
      <label>Select time</label>
      <default>
        <earliest>-24h@h</earliest>
        <latest>now</latest>
      </default>
      <change>
         <eval token="displayTime">$label$</eval>

       </change>
    </input>
  </fieldset>

But I realized if I change the timepicker value to last 7 days from presets then it says "Custom time' instead? How do I write an if loop to check if "Last 7 days" is chosen so I can set the label manually instead of forcing the user to choose from relative time?

0 Karma

woodcock
Esteemed Legend

The file that controls this is times.conf and you can modify the entries as well as the labels and values:
https://docs.splunk.com/Documentation/Splunk/latest/Admin/Timesconf

0 Karma

arjunpkishore5
Motivator

Could you post the sample of where displayTime is being used ? is it just in the panel headers ?

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...