You don't have to upload your image but you can convert your image into
base64 encoded string and paste the string in the URL:
https://en.wikipedia.org/wiki/Base64
This is the web site I use to do so:
https://www.base64-image.de/
Or when you search for an image in Google Images, right click on an image
and copy gives you the base64 encoded string.
If you don't like that at all, you can host your images inside the
controller (OnPrem only obviously) by copying the file here:
/opt/AppDynamics/Controller/appserver/glassfish/domains/domain1/applications/controller/controller-web_war
Then the file is available http://yourcontroller:8090/yourimage.jpg
Hope it's clear ;)
JB
base64 encoded string and paste the string in the URL:
https://en.wikipedia.org/wiki/Base64
This is the web site I use to do so:
https://www.base64-image.de/
Or when you search for an image in Google Images, right click on an image
and copy gives you the base64 encoded string.
If you don't like that at all, you can host your images inside the
controller (OnPrem only obviously) by copying the file here:
/opt/AppDynamics/Controller/appserver/glassfish/domains/domain1/applications/controller/controller-web_war
Then the file is available http://yourcontroller:8090/yourimage.jpg
Hope it's clear ;)
JB