How to pass current filters into the URL

I have found cool feature in the Visual builder under the 'Top N'. If you go to the Panel Options, you can find the 'Item Url' where you can pass some data into the destination URL. This means I can create URLs with predefined filters based on what the user has clicked on the dashboard, for example:

?_a=(query:(query_string:(analyze_wildcard:!t,query:'hostname.name:"{{{key}}}"')))

where the {{{key}}} is data being passed from the item user clicked on.

Now, my question is, how can I create similar behaviour using markdown. I would like to create a list of URL's users could click, which would redirect them to some other dashboards, but I'd like to pass some of the current filters into those URLs. Any ideas? Oh, I'm using session storage if that helps.

any ideas?

@simianhacker - can u help here plz when u get sometime..

Thanks
Rashmi

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.