Skip to content

corvana/kibana-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository contains the official Kibana Docker image from Elastic.

Documentation can be found on the Elastic web site.

Supported Docker versions

The images have been tested on Docker 17.03.1-ce.

Requirements

A full build and test requires:

  • Docker
  • GNU Make
  • Python 3.5 with Virtualenv

Running a build

To build an image with a released version of Kibana, check out the corresponding branch for the version and run Make while specifying the exact version desired. Like this:

git checkout 6.3
ELASTIC_VERSION=6.3.1 make

To build an image with the latest nightly snapshot of Kibana, run:

make from-snapshot

Contributing, issues and testing

Acceptance tests for the image are located in the test directory, and can be invoked with make test.

This image is built on CentOS 7.

About

Official Kibana Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.0%
  • Shell 31.9%
  • Makefile 24.1%