In one table column I have a URL as a Link.
Working format: www.google.de
Not working format: https://www.google.de/ because splunk is replacing this link to https://https%3a%2f%2fwww.google.de%2f/
In my source code I have added this:
<link target="blank"> https://$click.value$</link>;
</drilldown>
Can you please help me that splunk is not converting each '/' into other letters that the link is working?
Thanks a lot in advance!
<![CDATA[$click.value|n$]]>
I found this now as a solution.
Thanks for your help!