Dashboards & Visualizations

How to display my dashboard even when an optional drilldown parameter is not present?

etam
New Member

Hi,

I'm trying to overload an existing dashboard, so that it could generate regardless if the drilldown parameter exists or not.

I want the dashboard to work even if I didn't pass $p_Time_Ago$ in the URL. Currently, it will show as "Search is waiting for input...", if the parameter value is not present.

[|stats c | addinfo | eval earliest=info_min_time-$p_Time_Ago$| eval latest=info_max_time-$p_Time_Ago$ | return earliest latest]  

Thanks,
Eva

0 Karma

jagadeeshm
Contributor

If you are using Splunk 6.5, this is now supported natively in Simple XML.
Example:

<form>
    <init>
      <set token="p_Time_Ago">INITIAL_VALUE</set>
   </init>
 ...
 </form>

Reference # Set tokens on page load

0 Karma

etam
New Member

Thanks! I'm on 6.4.1.

Is there any other way to get around it for older version?

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

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