All Apps and Add-ons

How to change parameter of hidden search to update its time from timerangepicker?

ibra75
Explorer

hello splunkers,
I execute a hidden search whose default earliest time's Last 7 days. When I change the time period in the TimeRangePicker (for example Last 30 days), it restarts the search but it does not take into account the new chosen range time.
How can I change the parameter of the hidden search to update its time value from the TimeRangePicker?
thanks

0 Karma

sideview
SplunkTrust
SplunkTrust

It sounds like you've given the Search module an earliest and latest param such that that module itself specifies a timerange of last 7 days.

If this module is downstream from the TimeRangePicker, then indeed, that hardcoded timerange will override the TimeRangePicker's timerange.

I would remove those earliest/latest params from the Search module, and instead put <param name="default">last 7 days</param> into the TimeRangePicker itself.

The Search module can certainly prepopulate timeranges in TimeRangePicker, but only in cases where they are upstream from the TimeRangePicker.

UPDATE - short version -- for the Search module (or the legacy HiddenSearch module) to inherit it's timerange from an upstream TimeRangePicker, it needs to have no "earliest" or "latest" params itself.

0 Karma

somesoni2
Revered Legend

can you provide your dashboard xml? Also, instead of defining default earliest time at hiddensearch, just set the default time in the timepicker (don't specify anything in hidden search, so it should take time directly from timepicker)

Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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