- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.12
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Development tools settings
- Graph settings
- Fleet settings
- i18n settings
- Logs settings
- Metrics settings
- Machine learning settings
- Monitoring settings
- Reporting settings
- Secure settings
- Search sessions settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Embed Kibana content in a web page
- Configure monitoring
- Configure security
- Production considerations
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Observability
- APM
- Elastic Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Release notes
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Building a Kibana distributable
editBuilding a Kibana distributable
editThe following command will build a Kibana production distributable:
yarn build --skip-os-packages
You can get all build options using the following command:
yarn build --help
Building OS packages
editPackages are built using fpm, dpkg, and rpm, and Docker. Package building has only been tested on Linux and is not supported on any other platform. Docker installation instructions can be found at Install Docker Engine.
apt-get install ruby ruby-dev rpm dpkg build-essential gem install fpm -v 1.5.0 yarn build --skip-archives
To specify a package to build you can add rpm
or deb
as an argument.
yarn build --rpm
Distributable packages can be found in target/
after the build completes.
On this page
Was this helpful?
Thank you for your feedback.