Dashboards & Visualizations

Can I create an Image Map in my html view?

michellecivil_l
Explorer

Currently, I am using the Server Side Include in one of my views to make a custom view.






1234.html

In my html for this view, i am referencing an image using Splunk's Add Images to Web Resource (http://docs.splunk.com/Documentation/Splunk/latest/Developer/UseHTML).

Usually, to make an image map I do something like this:







but, I cannot do this using splunk because I am already referring to my image in my html as:
img src="${make_url('/static/app/app here/dash.png')}" ( with the <& </'s)

BUT I want to create an image map, using parts of my image as links to different locations.
Is this possible??
Thanks!

Tags (3)
0 Karma

MHibbin
Influencer

Have you tried using IFrameInclude instead of ServerSideInclude... I have seen "weird" things when using serversideinclude.

Regards,

MHibbin

0 Karma

michellecivil_l
Explorer

I've tried but never gotten the result I wanted.
I added the following code: but I keep getting this message Splunk cannot find the test2 view.






0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...