Make file URL open file

I have document with value file:///C:/image_data/images/audi.png, in my Data views dashboard I formatted the value to a URL like the following.


The problem, is that when I click on the link it becomes :
http://localhost:5601/app/file:/C:/image_data/images/audi.png
and gives me error : Application Not Found
No application was found at this URL. Try going back or choosing an app from the menu.
I found this error is common, but could not find a solution, is there a way to authorize file:/// links in Kibana ?
Link to similar unsolved problems :

link

Also added "file://" to allowed allowedUrlSchemes as here

I don't believe this is currently possible, but you can follow the enhancement request on GitHub: file:// URLs get mangled · Issue #16983 · elastic/kibana · GitHub

2 Likes

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