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!

Introducing the Splunk Community Dashboard Challenge!

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

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...