How to build Kibana from source with Plugins

Hello,

I am building Kibana from source, and also have several plugins in my kibana-extra folder.

I'd like to understand what the best practice is for preparing my Kibana distribution including all of the plugins from my extra folder.

Do I need to build each plugin one-by-one, then copy them to the plugins folder before/after the Kibana source build?

Is there a better way?

Thanks!

Best practice would be to build each plugin separately, build Kibana, deploy Kibana and then use the Kibana-plugin installer from the /bin folder.

Thanks Marius - this is perfect.

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