AppD Archive

struggling to display image on custom dashboard

CommunityUser
Splunk Employee
Splunk Employee

Hi ,

I am struggling to find information on how to specify the url for an image I want to display on my dashboard ...

Lets say the image resides on the same linux machine the controller is running on.

thanks 

Riaan

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

The issue is that simply using a file path for the image will not work. In order to display an image on a custom dashboard the image has to be "served" from somewhere. That is to say, it has to be available as an http URL. Unless the image is inside the filesystem served by an http server, it won't work. Thus a path like /home/myuser/images/image.png will not work, but if you put a web server on the host and put the image in the web server's filesystem, then then http://localhost/image.png will work.

Hope that clarifies things.

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Thanks - 

i managed to stage the image on a webserver.

0 Karma

Angela_Lang
Path Finder

Give the url as you would type it in a browser. For example:

http://community.appdynamics.com

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

I would assume that would be more for the I frame... 

However - I would like to insert an image ...

0 Karma

Angela_Lang
Path Finder

Actually it is the same. Both take URLs.

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 ...