Splunk Search

How can I avoid that every slash '/' in a URL is converting to '%2af'?

wes7bb
New Member

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!

Tags (2)
0 Karma
1 Solution

Javip
Path Finder

Hi!

Try this:

           <link target="_blank">
             <![CDATA[ https://$click.value$ ]]>
           </link>

Regards,
Javier.

View solution in original post

0 Karma

Javip
Path Finder

Hi!

Try this:

           <link target="_blank">
             <![CDATA[ https://$click.value$ ]]>
           </link>

Regards,
Javier.

0 Karma

wes7bb
New Member
<![CDATA[$click.value|n$]]> 

I found this now as a solution.

Thanks for your help!

0 Karma
Get Updates on the Splunk Community!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...