Dashboards & Visualizations

HTML links for url handlers stopped working - 9.1.1 Enterprise

tg20345
Engager

Hi,

I have a dashboard that uses HTML links for logging on to devices via VNC, SSH, SCP etc. After a short maintenance on the server, now it does not recognise all of them as links anymore. 

ssh2 and vnc2 are fine, but the rest are no go... Neither chrome nor edge nor firefox are seeing them as links. 

 

 

<panel>
    <html>
        <p align="center">
          <a href="vnc:$exampleIp$" target="_blank">VNC</a>
        </p>
        <p align="center">
          <a href="scp://admin:password@$exampleIp$" target="_blank">SCP</a>
        </p>
        <p align="center">
          <a href="http://$exampleIp$" target="_blank">WEB</a>
        </p>
        <p align="center">
          <a href="ssh2://admin:password@$exampleIp$/">SSH</a>
        </p>
        <p align="center">
          <a href="vnc2:$exampleIp$:5901" target="_blank">VNC2</a>
        </p>   
    </html>
</panel>

 

 

 

Inspected element:

tg20345_0-1700813642339.png

 

Labels (2)
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...