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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...