Skip to content

This is what you are looking for if you need to test Kibana snapshot builds in Docker

Notifications You must be signed in to change notification settings

tsullivan/kibana-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tested with kibana-8.13.0-SNAPSHOT-linux-aarch64.tar.gz. Ran with placing said build in the kibana-dev folder.

  1. In Kibana with a feature branch checked out, run yarn build --skip-os-packages.
  2. When the build is done, find the path to the Linux aarch64 archive shown in the many lines of logged text.
  3. Copy the archive to the kibana-dev folder.
  4. Run docker-compose up -d --build
  5. When all services have started, get into an interactive session in Kibana with docker-compose exec kibana /bin/bash
  6. In the session, type cd kibana-dev then tar xzf kibana-8.13.0-SNAPSHOT-linux-aarch64.tar.gz
  7. Set the configuration with cp kibana.yml kibana-8.13.0-SNAPSHOT/config/kibana.yml
  8. Type cd kibana-8.13.0-SNAPSHOT then bin/kibana and watch the magic happen.

About

This is what you are looking for if you need to test Kibana snapshot builds in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published