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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...