Skip to content
New issue

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

URL formatter file:// URI support #20067

Closed
upkeihas opened this issue Jun 20, 2018 · 3 comments
Closed

URL formatter file:// URI support #20067

upkeihas opened this issue Jun 20, 2018 · 3 comments
Labels
Feature:Index Management Index and index templates UI v6.5.0

Comments

@upkeihas
Copy link

Currently Kibana does not support file:// URIs. if you have a field whose type is URL and you try to use it for local file links, it will not work. (See https://discuss.elastic.co/t/make-a-file-link-clickable-in-a-visualisation/124105)

By default the links will be of the format http://kibanahost/app/file:///path/to/file, which obviously does not work. Also it's not always possible or even sensible to use a http server to serve local files, or files that are available as a network share.

For example, if I analyse a bunch of log files and store the path to the log file in an event, I would like the path to be a clickable link that opens the said log file without the need to use a http server.

Cheers
-upkeihas

@upkeihas
Copy link
Author

Apparently this has worked before, no idea who thought to remove it. (See https://discuss.elastic.co/t/kibana-url-format-bug-file/121414/2

It worked in 5.x . Ideally the url format option should support any valid URI per the RFC.

@timroes
Copy link
Contributor

timroes commented Jul 18, 2018

I just want to leave here the same information than on #16983 (comment): File links won't work in any modern browser from http(s) pages, due to security restrictions.

@timroes
Copy link
Contributor

timroes commented Jul 27, 2018

I will actually close this as a duplicate of #16983 If you feel this issue is asking for something else than that other issue, please feel free to clarify for me on that, we can then reopen that issue.

@timroes timroes closed this as completed Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Index Management Index and index templates UI v6.5.0
Projects
None yet
Development

No branches or pull requests

4 participants