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!

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 ...