Splunk Search

Splunk module for selecting a single datetime?

oded4478
Explorer

Hi,

Is there a module for selecting a single Date+Time and not a time range (like with TimeRangePicker)?
3rd party implementations are also welcome.
A simple Date picker (without time) is also an option.

Tags (2)

martin_mueller
SplunkTrust
SplunkTrust

You can do this inside a Sideview Utils HTML module to get a single date picker:

<script>
  $$(function() {
    $$( "#datepicker" ).datepicker();
  });
</script>
<p>Date: <input type="text" id="datepicker" /></p>

That's the sample code from http://jqueryui.com/datepicker/, customize as needed.

0 Karma

rsathish47
Contributor

Do you have sample or example for the date time picker? if so please post

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