Splunk Search

How to use xml cdata tag for not displaying characters?

jip31
Motivator

hi

I  use a "link to the search" drilldown from a table panel 

When I have a look to my xml, I have a lot of special characters

 

 

<drilldown>
          <link target="_blank">search?q=%60index_mesuresc%60%20sourcetype%3D%22ez%3Acitrix%22&amp;earliest=&amp;latest=</link>
        </drilldown>

 

 

 as far as I know, we can use cdata to correct this?

so I dont know how to use cdata tag for not displaying characters

I have tried this but it doesnt works

 

 

<drilldown>
<link target="_blank"><![CDATA[search?q=%60index_mesuresc%60%20sourcetype%3D%22ez%3Acitrix%22&amp;earliest=&amp;latest=]]></link>
</drilldown>

 

 

Could you help please?

Labels (1)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

The link is a URL and has to be encoded as such, for example, spaces are encoded as %20. This is standard for URLs. The URL is "displayed" by the browser in the address bar. Further to this, the string has to be further encoded as the dashboard is SimpleXML, for example, ampersands as encoded as &amp;. This is also standard for XML. Since you have already confirmed that this works, I would go with a functioning solution if I were you.

View solution in original post

0 Karma

jip31
Motivator

Is anybody can help please?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What needs "correcting"? Does this link not work?

0 Karma

jip31
Motivator

This URL works but I thought that using cdata tags the URL will be displayed without spécial characters

It seems to not be the case?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The link is a URL and has to be encoded as such, for example, spaces are encoded as %20. This is standard for URLs. The URL is "displayed" by the browser in the address bar. Further to this, the string has to be further encoded as the dashboard is SimpleXML, for example, ampersands as encoded as &amp;. This is also standard for XML. Since you have already confirmed that this works, I would go with a functioning solution if I were you.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...