- 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
yarn build:ubuntu
to test kibana on regular ubuntu linux - Run
yarn build:oracle
to test kibana on oracle - Run
yarn build:rhel
to test kibana on Red Hat Linux - When all services have started, get into an interactive session in Kibana with either
yarn shell:ubuntu
oryarn shell:oracle
oryarn shell:rehl
depending on the variant that was just built - In the session, type
cd kibana-dev
thentar xzf kibana-<version>-SNAPSHOT-linux-aarch64.tar.gz
- Set the configuration with
cp kibana.yml kibana-<version>-SNAPSHOT/config/kibana.yml
- Type
cd kibana-<version>-SNAPSHOT
thenbin/kibana
and watch the magic happen.
Last tested with kibana-9.0.0-SNAPSHOT-linux-aarch64.tar.gz.