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!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...