Dashboards & Visualizations

How to get the date and time of Time Range Picker Control?

mohanbangw
New Member

How to get the date and time of Time Range Picker Control?

<input type="time" searchWhenChanged="true" token="TIMERANGE">
      <label>SWIFT Time Range</label>
      <default>
        <earliest>@d</earliest>
        <latest>now</latest>
      </default>
</input>

I mean start date and end date in human readable format. It will be great if can get the startepoch and endepoch

0 Karma

sundareshr
Legend

There are couple of options within the query.

1) Use addinfo

your base search earliest=$TIMERANGE.earliest$ latest=$TIMERANGE.latest$ | addinfo | table info_min_time info_max_time

https://docs.splunk.com/Documentation/Splunk/6.4.3/SearchReference/Addinfo

*OR*

your base search | eval e=if(isnum($TIMERANGE.earliest$, $TIMERANGE.earliest$, relative_time(now(), $TIMERANGE.earliest$) | eval l=if(isnum($TIMERANGE.latest$, $TIMERANGE.latest$, relative_time(now(), $TIMERANGE.latest$)
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...