Skip to content

danielguerra69/kibana-x-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

About

Kibana 6 with x-pack plugin installed. Based on alpine linux for minimal size.

Usage

Before you start this container make sure to set the max_map_count on your docker machine.

sudo sysctl vm.max_map_count=262144000

Start the elasticsearch container

docker run --name es-xpack -d danielguerra/elasticsearch-x-pack

Start kibana x-pack

docker run --link es-xpack:elasticsearch --name kb-xpack -d danielguerra/kibana-x-pack

login with user: elastic pass: changeme

About

docker kibana with x-pack plugin installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published