Skip to content

MokhtarFandouli/openshift3-elk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELK-Stack on Openshift v3

Under construction

These are modified dockerfiles from the official docker images. I removed the gosu stuff and made sure relevant files are world readable.

Usage

There is a docker-compose and a openshift template file in the example directory.

Local

docker run -it --rm --name elasticsearch lbischof/elasticsearch
docker run -it --rm --link elasticsearch:elasticsearch -p 5601:5601 lbischof/kibana
s2i build https://github.com/lbischof/openshift3-elk.git lbischof/logstash logstash --context-dir=example
docker run -it --rm --link elasticsearch:elasticsearch logstash

Openshift

oc new-project elk
oc new-app lbischof/kibana
oc new-app lbischof/elasticsearch
oc new-app lbischof/logstash~https://github.com/lbischof/openshift3-elk.git --context-dir example --name logstash-git
oc expose service kibana

About

Elastic Stack for Openshift v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.5%
  • Makefile 9.5%