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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...