Dear Splunkers,
I want to add a drill down link to my dashboard that redirects to a remote website.
Currently, I do it with the following URL using the <link> tab inside drill down.
<link>http[:]//website.com/param1=xyz</link>
The problem is when the user clicks on the link the param1=xyz is part of the URL and is visible in the browser.
Does drilldown support HTTP POST so that I can hide the param1=xyz from being displayed in the browser?
Regards.