Hello everyone.
I am new to Elasticsearch.
I am indexing some pdf, word files using Fscrawler (which works great!) and using Kibana to filter, search. I am wandering if there is a way to open file from Kibana using the data (e. g. path.real)? Thanks in advance.
Hello, you can try using a field formatter on your index pattern. The URL string field formatter will let you convert one of your fields into a clickable link that you can use in Discover, for example. Here are the docs: https://www.elastic.co/guide/en/kibana/current/field-formatters-string.html
Thanks Jen. I will try. Files located on local drive did not open for me, as the link opens browser.
I looked at this further and remembered that there is a restriction on opening local files from https
: https://github.com/elastic/kibana/issues/16983
The team is working on implementing a way to allow users to whitelist additional protocols. In the meantime, editing the relevant code directly may help: link to whitelist.
Thanks again Jen. I hope that feature will come soon.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.