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 :
Also added "file://" to allowed allowedUrlSchemes as here