Does EuiImage url support file access?
I have tried to specify a png file that is within the plugin i'm developing.
What is the path that the png file should contain in order to use local path for use with EuiImage?
Does EuiImage url support file access?
I have tried to specify a png file that is within the plugin i'm developing.
What is the path that the png file should contain in order to use local path for use with EuiImage?
@pgervais, I'm not sure which version you're building the plugin on (hopefully the latest!). At the moment, the Kibana tutorials use images saved in an assets
folder in the home
plugin. e.g, the screen shot shown in the tutorial for adding Cisco network device’s logs is read from the assets folder in the home plugin:
home
plugin.I'm needing the same thing as the original post. I'm currently moving a plugin from Kibana 7.5 to 7.8. In 7.5, I was able to do what you are saying and I can access this specific file:
/kibana/plugins/dod_equities/public/data/Download-Tabs.xlsx
by going to the following URL:
http://localhost:5603/ghq/plugins/dod_equities/data/Download-Tabs.xlsx
In 7.8 when I try to access the same file, I get a 404 (Not Found)
message. Is there a required plugin I need to include in my kibana.json
file in order to see this file? Or is there something special I need to set in the server
section of my plugin?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
Hey @ssimmons,
There were quite a few breaking changes in 7.8 for plugin developers. I recommend you go through those, there might be more than one change that's causing your issue.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.