[Kibana 7.2] Insert local image on a markdown visualization

Hi guys,
can you please explain in me details how should I achieve this requirement? I searched in the forum, but I could find only some topics about previous Kibana 6.x version.
Thank you very much!

Images have to be served by a URL. Something like ![My-Image](https://example.com/image.png).

There is a suggestion here that may help.

1 Like

I have used another path (most recent, I guess):

<kb_home>/src/legacy/ui/public/assets/favicons/<custom_folder>

And I refer to local png in this way

http://<kb_host>:<kb_port>/ui/favicons/<custom_folder>/<custom_image>.png

Thank you for your help Nick!
Andrea

2 Likes

Hi,

in order to embed an image directly in the Markdown visualization you can use the „trick“ given in chapter „Embedding images“ on this website: https://logz.io/blog/kibana-hacks/

Please be aware that there are size limitations for images embedded using this way.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.