All Apps and Add-ons

Populate Pulldown and Pause

malcolmtkelly
Explorer

I have a pulldown menu that I'd like to populate from an inputlookup and then have everything pause until the user selects one of the options from the pulldown, which should then kickoff the dashboard. So far I have everything working apart from the "pause" part. It's causing a issue for me because when the dashboard loads it automatically just takes the first user in the pulldown and runs a query that takes ages to run. How do I go about making this work?

<view autoCancelInterval="90" decomposeIntentions="false" isPersistable="true" isSticky="false" isVisible="true" objectMode="viewconf" onunloadCancelJobs="true" template="dashboard.html">






*
False
2


<h1>Employee Web Usage</h1>


| inputlookup users.csv | fields name

left
Employee name:
selectedUser
name

Only during office hours
officeHours
(date_hour>9 AND date_hour<12) OR (date_hour>2 AND date_hour<17)

Time Range


sourcetype="bcoat_proxysg" $officeHours$ name="$selectedUser$" NOT category="online storage" NOT category="content servers" | top limit=10 category

Top Website Categories
pie









0 Karma

malcolmtkelly
Explorer

I found the answer in this question. Once I added allowSoftSubmit everything worked fine.

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