We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the feature: By adding file:// to the allowed URL schemes, the URL link formatter would allow to generate links to local files
kibana/src/plugins/field_formats/common/converters/url.ts
Line 23 in d6badd8
Describe a specific use case for the feature: Here's a discuss entry with a user asking for it https://discuss.elastic.co/t/link-to-local-document-in-kibana-discover/284212
also mailto: and tel: could be added for users indexing their address books :)
mailto:
tel:
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app-services (Team:AppServices)
Sorry, something went wrong.
duplicate of #16983, closing
@kertal, adding file:// to the allowed URL schemes doesn't change anything, URL dispatcher is still adding /apps to the URL..
so you tried it out locally, and id didn't work, right?
Yes!
Adding 'file://' to url.js does not work const allowedUrlSchemes = ['http://', 'https://', 'file://']; kibana-8.3.0
const allowedUrlSchemes = ['http://', 'https://', 'file://'];
No branches or pull requests
Describe the feature:
By adding file:// to the allowed URL schemes, the URL link formatter would allow to generate links to local files
kibana/src/plugins/field_formats/common/converters/url.ts
Line 23 in d6badd8
Describe a specific use case for the feature:
Here's a discuss entry with a user asking for it
https://discuss.elastic.co/t/link-to-local-document-in-kibana-discover/284212
also
mailto:
andtel:
could be added for users indexing their address books :)The text was updated successfully, but these errors were encountered: