Dashboards & Visualizations

Why are my forms that link to an external URL not working?

rbardonetorian
Path Finder

All,

After following the help page located here: http://docs.splunk.com/Documentation/Splunk/6.5.3/Viz/Dynamicdrilldownindashboardsandforms#Form_link...

I am still unable to be directed to external site (of splunk app).

My Code used:

    <option name="count">8</option>
    <option name="height">400</option>
    <option name="drilldown">row</option>
    <option name="refresh.display">none</option>
    <option name="rowNumbers">0</option>
    <option name="showPager">1</option>
    <option name="fontColor">#ccc</option>
    <drilldown>
      <link target="_blank">http://10.0.1.40/report/$row.ID$/summary/</link>
    </drilldown>

I have also tried :

<![CDATA[[ http://10.0.1.40/report/$row.ID$/summary/ ]]>

No joy...

Any help is appreciated!

V. 6.5.3

0 Karma
1 Solution

rbardonetorian
Path Finder

I have also tried:

       <drilldown>
          <link target="blank"><![CDATA[http://10.0.1.40/report/$row.ID$/summary/]]></link>
        </drilldown>

With no joy..

The result is a new page opening and chopping off the front piece of the URL that should have been passed.
ie: https://report/14/summary/

As you see the IP address is missing and it defaulted back to the HTTPS protocol. Is this a security feature of some sort keeping all tranmissions HTTPS if the Splunk server is HTTPS? (yes my Splunk server has HTTPS enabled)

Thanks!

View solution in original post

0 Karma

rbardonetorian
Path Finder

I have also tried:

       <drilldown>
          <link target="blank"><![CDATA[http://10.0.1.40/report/$row.ID$/summary/]]></link>
        </drilldown>

With no joy..

The result is a new page opening and chopping off the front piece of the URL that should have been passed.
ie: https://report/14/summary/

As you see the IP address is missing and it defaulted back to the HTTPS protocol. Is this a security feature of some sort keeping all tranmissions HTTPS if the Splunk server is HTTPS? (yes my Splunk server has HTTPS enabled)

Thanks!

0 Karma

rbardonetorian
Path Finder

This is / was EXACTLY the problem. (Security Feature) I tried HTTPS and it passed just fine.

Thanks all. Looks like I need to get https enabled on my reports server.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi rbardonetorian,
try something like this:

<drilldown>
   <![CDATA[http://10.0.1.40/report/$row.ID$/summary/]]>
</drilldown>

Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...