We recently upgraded to the latest version and now url format no longer works correctly for file:// URI's .
For example, the value of the field is file://server/share/directory/filename.txt . When formatted as url, kibana is linking to http://[KibanaServer]:5601/app/file://server/share/directory/file.txt .
Tests with http seem to work correctly. But any test with file:// does not.
This worked correctly in the previous version we were on (5.x) .