Best way to package & deploy Kibana?

Hi All,

I have a running Kibana application that i would like to deploy to customer with my own setup.

What are the best practice ways to package & deploy Kibana?

Thanks

Kibana is really just packaged as an archive. You should be able to archive the entire install directory and ship it to another computer without any issue (assuming they use the same OS/architecture as you).

For more detailed descriptions of how the build process works I suggest checking out the source of the grunt build command https://github.com/elastic/kibana/tree/master/tasks/build