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.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...