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 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...