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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...