Dashboards & Visualizations

root_endpoint not honored in dynamic drilldown

mathu
Path Finder

Hi

It seems that Splunk 5 dynamic drilldown does not handle the root_endpoint correctly. Dynamic drilldown only works if I explicitly hardcode the root_endpoint in the link tag

i.e.:

<![CDATA[
/my-endpoint/app/my-app/dashboard?form.action=$click.value2$]]>

This is a problem if I'd like to share the App on Splunkbase. Any suggestions to work around this problem?

Kind regards
Mathias

Tags (2)
0 Karma

mathu
Path Finder

To create a link within the same app and view context, it is possible to work around this problem using a relative path:


<![CDATA[
?form.action=$click.value2$
]]>

0 Karma

mathu
Path Finder

oops, the content within the link tag was stripped.. here is the correct relative path:

use
?form.action=$click.value2

instead of
/my-endpoint/app/my-app/dashboard?form.action=$click.value2$

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...