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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...