Developing Kibana Plugin

Hi, everyone

I've been developing a plugin for Kibana for several weeks. Every time I install the plugin with the new modifications, I have to wait for Kibana to optimize.

Is there any way of avoiding it? Is there any way to see modifications in real time?

Thanks in advance,

Regards :vulcan_salute:

The optimize step is unavoidable unfortunately, webpack is running babel behind the scenes. In dev mode though the builds are incremental, and while the first one may take a few minutes the following ones should be less than a few seconds after. Can you add a little more info about your dev workflow?

1 Like

Hi @jbudz,

I found a guide on Github about how to work with Kibana Developement (Link). From now on, testing with plugins is easier :smile: .

Thanks for your answer,

Regards :vulcan_salute:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.