I have built a app using django & js in splunk web framework. The home screen gives running status of servers.On click i should pass that server name to a different view .
And then i should be able to take that token from URL and substitute in search of new view.
I know to use it using url redirector in advanced dashboards, but couldn't find any documentation on how to pass values to other views and use in new splunk web framework
It would be of great if someone could help me in this?