All Apps and Add-ons

ValueSetter Module with Url Loader Module

cmak
Contributor

I have some pulldowns that I would like to prepopulate. I would like to prepopulate my pulldowns based on the URL parameters. However, if there are no URL params, I would like to have a default value for the pulldowns so they are not empty. It seems like I should be using URLLoader with the ValueSetter module.

However, it seems that these two modules conflict with each other. The downstream module would take precedence.

If the URL loader is downstream from the Valuesetter module and no URL parameters are passed, then no pulldown selections will be made.

If the ValueSetter module is downstream from the URL Loader, then the default values will always be chosen.

Is there a way to fix this behavior?

1 Solution

sideview
SplunkTrust
SplunkTrust

This is what the allowClobber param is for, on the ValueSetter module.

Put your ValueSetter module downstream from the URLLoader and upstream from your Pulldown, give the ValueSetter the same "name" as the Pulldown, which is in turn the same name as the argument name from the URL. But set the 'allowClobber' param on the ValueSetter to "False".

This will mean that the ValueSetter will only send its value when there is no value coming from the URLLoader.

View solution in original post

sideview
SplunkTrust
SplunkTrust

This is what the allowClobber param is for, on the ValueSetter module.

Put your ValueSetter module downstream from the URLLoader and upstream from your Pulldown, give the ValueSetter the same "name" as the Pulldown, which is in turn the same name as the argument name from the URL. But set the 'allowClobber' param on the ValueSetter to "False".

This will mean that the ValueSetter will only send its value when there is no value coming from the URLLoader.

Get Updates on the Splunk Community!

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...