- Update stack version in the
.envfile. 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-devfolder. - Run
yarn build:ubuntuto test kibana on regular ubuntu linux - Run
yarn build:oracleto test kibana on oracle - Run
yarn build:rhelto test kibana on Red Hat Linux - When all services have started, get into an interactive session in Kibana with either
yarn shell:ubuntuoryarn shell:oracleoryarn shell:rheldepending on the variant that was just built - In the session, type
cd kibana-devthentar 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>-SNAPSHOTthenbin/kibanaand watch the magic happen.
Last tested with kibana-9.0.0-SNAPSHOT-linux-aarch64.tar.gz.