Splunk Search

How to pass a time preset string (e.g. Last 30 days) to a form through the URL?

wcooper003
Communicator

I want to populate a time picker to display "Last 30 days" through a URL link. Currently I do something like this:

/app/itoa_test/pivot?dataset=Interactions&type=datamodel&earliest=-30d

However, this populates the time picker to display "Custom time". This "Custom time" may not be obvious to the users as to what time they're actually looking at right away, so i'd like the time picker box to show "Last 30 days" instead. Can a pass that Preset as a string in the URL somehow? For example (this clearly doesn't work):

/app/itoa_test/pivot?dataset=Interactions&type=datamodel&earliest="Last 30 days"

Thanks

0 Karma
1 Solution

somesoni2
Revered Legend

You need to provide both latest and earlier which matches the preset time range values. For Last 30 days , try like this

/app/itoa_test/pivot?dataset=Interactions&type=datamodel&earliest=-30d&latest=now

View solution in original post

0 Karma

somesoni2
Revered Legend

You need to provide both latest and earlier which matches the preset time range values. For Last 30 days , try like this

/app/itoa_test/pivot?dataset=Interactions&type=datamodel&earliest=-30d&latest=now
0 Karma

wcooper003
Communicator

Excellent thanks!

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