- Update stack version in the
.env
file. For example,STACK_VERSION=8.14.0-SNAPSHOT
- In Kibana with a feature branch checked out, run
yarn build --skip-os-packages
. - When the build is done, find the path to the Linux aarch64 archive shown in the many lines of logged text.
- Copy the archive to the
kibana-dev
folder. - Run
docker-compose up -d --build
- When all services have started, get into an interactive session in Kibana with
docker-compose exec kibana /bin/bash
- In the session, type
cd kibana-dev
thentar xzf kibana-8.13.0-SNAPSHOT-linux-aarch64.tar.gz
- Set the configuration with
cp kibana.yml kibana-8.13.0-SNAPSHOT/config/kibana.yml
- Type
cd kibana-8.13.0-SNAPSHOT
thenbin/kibana
and watch the magic happen.
Last tested with kibana-9.0.0-SNAPSHOT-linux-aarch64.tar.gz.