Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Build kibana from source to a docker image with custom plugins

Notifications You must be signed in to change notification settings

huq-industries/kibana-builder

Repository files navigation

kibana-builder

Build kibana from source to a docker image with custom plugins

ATTENTION: This works only on linux machines becasue of kibana-docker.

How to build

  1. make the build env this hardly changes so we will reuse it
sudo make HUQ_DOCKER_REGISTRY_ORG=quay.io/huqindustries build-env

or

docker pull quay.io/huqindustries/kibana:build-env
  1. Build the artifact form source
sudo make HUQ_DOCKER_REGISTRY_ORG=quay.io/huqindustries ELASTIC_VERSION=6.2.3 KIBANA_TAG=huq HUQ_KIBANA_BRANCH=... artifacts

This will pull down kibana repo, check out the HUQ_KIBANA_BRANCH and build it.

  1. Build the docker image
sudo make HUQ_DOCKER_REGISTRY_ORG=quay.io/huqindustries ELASTIC_VERSION=6.2.3 KIBANA_TAG=huq base-image
  1. Install plugins
sudo make HUQ_DOCKER_REGISTRY_ORG=quay.io/huqindustries ELASTIC_VERSION=6.2.3 KIBANA_TAG=huq install-plugin

About

Build kibana from source to a docker image with custom plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published