Kibana markdown hyperlink

Hi community I'm having the following issue. I have installed wazuh through docker on a machine and created a hyperlink in a markdown to a visualization(the hyperlink looks like localhost/../../). Im accessing the kibana app remotely from another pc. However the hyperlink is unable to resolve localhost from the remote pc. If I put the machines ip it works but how can I make it work from on a random IP, supposing someone wants to deploy it on a machine he does not know.

Hi @Tlm_Konstantinos,

I'd try to use URL relative to kibana's base path,
I've just tested, that this works for me:

My Kibana is available at:
http://localhost:5601/loz/

Full link to the visualization looks like:

http://localhost:5601/loz/app/visualize#/edit/14e2e710-4258-11e8-b3aa-73fdaf54bfc9?.....

Link that I've used to link to it inside markdown viz:

visualize#/edit/14e2e710-4258-11e8-b3aa-73fdaf54bfc9?.....

Please note missing leading / in the beginning that is important.

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