Dashboards & Visualizations

How can i set time input , where the user write start time (d/m/yy) and end time (d/m/yy) ?

tinpelayee
Engager

Hello plp i am trying to do a xml , where a user set a start time (writing in a box) them the end time, and those 2 time tokens send to a query to search in that range time. Any clue about this? Thanks!!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I take it you have a dashboard with two input boxes and you need to convert the user's text input into timestamps. If that's not right, please clarify the question.

You can do that using the strptime function.

... | eval start = strptime(startToken, "%d/%m/%y"), end = strptime(endToken, "%d/%m/%y") | ...
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...