Dashboards & Visualizations

Calling a View from inside another View

alenseb
Communicator

Hi,

I am trying to call a View on click of a button from an other View.
On click of this button, a new windows opens but the URL there gets appended by "?q=search **"
Is there way to escape this?
This URL which is getting called:
http://user4-pc:8000/en-US/app/MyAppName/MyView?q=search%20***
If the called is the following, then it serves my purpose--
http://user4-pc:8000/en-US/app/MyAppName/MyView

Code from the view


GMaps

True

DenialGMap


0 Karma

sideview
SplunkTrust
SplunkTrust

I don't think that there is any way to stop the ?q=search behavior with the core ViewRedirector module.

However you could download the latest Sideview Utils from the sideview site ( http://sideviewapps.com/apps/sideview-utils/ ), and that will give you the Redirector module that you can use instead of ViewRedirector.

With Redirector your config would look like this. And I removed the HiddenSearch module because I don't think it was doing anything (besides perhaps changing "?q=search *" to "?q=search").

Anyway, here's the config with Redirector instead of ViewRedirector.

<module name="SubmitButton" layoutpanel="panel_row2_col1">
   <param name="label">GMaps</param>

   <module name="Redirector"> 
     <param name="url">DenialGMap</param>
     <param name="popup">True</param>
   </module>
</module>
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, ...