I am planning to build a Integrated Kibana - Dev Tools for IntelliJ Jetbrains IDE. Rather than building everything from scratch, I am wondering if I can reuse some of Kibana's core API's (if there is any) to accomplish this. The obvious elephant in the room is IntelliJ Plugins are built in Java/Kotlin while kibana is built using typescript/javascript. While building a java wrapper for javascript code is gonna be interesting (while I am still questioning the feasibility). Maybe the answer is as simple as build your own and not use Kibana at all. Nevertheless, looking for some suggestions.
I would like mainly use the autocompletes.