Security

Unexpected query string parameters: form in Drilldown

snehal8
Path Finder

Hello All,

I am passing state variable to another form called CityName.

My drilldown is as follows:


/app/demoapp/CityName?form.Subscriber_State=$click.value$

My CityName Form:

index=myindex Subscriber_State="$Subscriber_State$" | table Subscriber_City

where Subscriber_State is variable.

When i click to my state its opening new tab and giving this error:

Unexpected query string parameters: form.Subscriber_State

Please can any one help me on this.

thank you

Tags (1)
0 Karma

badpianoman
Engager

I had this same error. I'm not sure if this will be the solution for you, but the URL I was being redirected to was not correct. I was using "Redirector" with SideViewUtils in the view "FirstTestView" and had specified the "Redirector" to go to the view "DifferentTestView" and received the "Unexpected query string parameters" error.

I was being sent to
/app/TestApp/FirstTestView/DifferentTestView?token=foo

This should have been
/app/TestApp/DifferentTestView?token=foo

I changed the "url" parameter for "Redirector" to be "..(backslash)DifferentTestView" and it went to the correct view.

To troubleshoot, you may want to go to the URL directly to ensure the issue is with the URL and then try and figure out the correct URL.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...