Skip to content
/ delk Public

Elastic and Kibana in a docker container on the fly. Only localhost port forwarding.

Notifications You must be signed in to change notification settings

BwithE/delk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

delk

Description

This script builds a Docker image of Elasticsearch and Kibana named elk-stack from the Dockerfile located in the current directory. The version of Elasticseach and Kibana used (7.17.9) {personally preference}. It maps ports 5601 and 9200 on the host to the corresponding ports on the container, restricting access to localhost. It also assigns a container name (elk) and hostname (elk).

Usage

git clone https://github.com/bwithe/delk

cd delk

chmod runme.sh

./runme.sh

About

Elastic and Kibana in a docker container on the fly. Only localhost port forwarding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages