Splunk Search

How to set a multi drop-down value from JavaScript once a dynamic search has populated its options?

ollie920049
Path Finder

Hi,

I have a multi drop-down menu that is populated from a search. I want to set the value of the drop-down menu as 'X' when the search has populated 'X' as an option (the search should always return this value).

So far I can grab the element:

mvc.Components.getInstance('input2')

However, I can only see the statically assigned values of the object when I grab this via the developer console in the browser.

Does anybody know if I can register a handler against this object that listens for change, and if it changes enumerates the options and sets 'X' if found?

Hope this makes sense.

Thanks,
Ollie

0 Karma

csperry_splunk
Splunk Employee
Splunk Employee

I know this is old post, but I've run into this and had to work out an answer.

I ended up listening to the on change event for the searchmanager being used by the dropdown, then parse the array (of arrays) returned in its data().rows. I'm still trying to figure out the setting of selected value via JS, but one thing at a time right.

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