Image to kibana from local host

hi
i am trying to upload image to kibana from local host so that i can use it in markdown and i stored the image in usr/share/kibana/src/ui/public/assets/favicons/test.png and i point to thi sile in markdown http://127.0.0.1:5601/ui/favicons/test.png

it shows error and when i open the console to check it shows me like this

Failed to load resource: net::ERR_CONNECTION_TIMED_OUT test.png

can anyone please help me to fix this

In 7.9.1 I could access a PNG stored at

/usr/share/kibana/src/core/server/core_app/assets/favicons/

from

http://localhost:5601/ui/favicons/

but I sincerely think you should store your assets outside Kibana because that's basically a hack and for example, any update will break your links.

There may be better recommendations though, like creating your own plugin to store those assets.