Dashboards & Visualizations

Image Hyperlink not working in Dashboard from Splunk cloud latest release 9.0.2303.101

Jagadeesh2022
Path Finder

 

Hi Friends,

We used image hyperlink in our project dashboard. It was working until yesterday. Today morning our Splunk cloud upgraded to 9.0.2303.101 new release. 

After upgrade this image hyper link not working. But string hyperlink working fine still.

Could you please help me how to fix this issue in source code.

This is my dashboard code:

<button class="pg_button_launch">
<a class="pg_link" href="prime_global_os_base_metrics" target="_blank">OS Base Metrics</a> -- this line working fine.
<a class="pg_link" href="prime_global_os_base_metrics" target="_blank">
<img class="baseImage" src="/static/app/PG_COMMON_LIBRARY/images/Dashboard2.png" style="height: 50px;"/>
<img class="overlapImage" src="/static/app/PG_COMMON_LIBRARY/images/OpenNew.png"/>
</a> --> this line not working after upgrade.
</button>

Labels (3)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...