I'm developing a plugin which will read a fixed csv file from the server.
The problem is I'm not able to comprehend how Kibana exposes the files that I can read or can't.
I'm running both Elasticsearch and Kibana with yarn, in my folder kibana/plugins/editor.
Where should I place my csv file so that I could read it with a XMLHttpRequest().open("GET", , true)?