Dashboards & Visualizations

Dynamic Drilldown URL View names may only contain alphanumeric characters.

jwquah
Path Finder

Hi All,

We're trying to do a dynamic drilldown to an external URL but it's reporting "View names may only contain alphanumeric characters." This is with specifying the drilldown as

    <drilldown target="_blank">
      <link>$click.value2$</link>
    </drilldown>

What's interesting is if we hardcode a URL say http://www.google.com it works, if we set the link to be say http://abc.com?query=$click.value2$ it works as well, just not if we ONLY set the link as $click.value2$. I've googled around without much answers so any thoughts on this would be much appreciated.

Thanks!

0 Karma

renjith_nair
Legend

Whenever you provide only the 'clicked value', then splunk probably thinks that it has to add the protocol as well as the app to redirect your URL correctly. If you check the resulted URL after your 'click', you can verify this - splunk prefixes the URL with current apps location.

For eg:

http://myserver:8000/en-US/app/search/https://google.com

Whenever you hardcode the URL, splunk identifies the protocol and redirection URL and it does not add any prefixes .

So probably you will have to provide the urls without protocol (https/http) and add this as part of the if possible.

Please see here https://answers.splunk.com/answers/85517/drill-down-to-absolute-url-using-click-value.html if it helps

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...