Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 619 Bytes

unified-logging

Prerequisites for running efk and elk stack on docker containers

Install docker on your OS

First install the docker daemon using the instructions in the following

Ubuntu MacOS CentOS

Then install docker-compose

Ubuntu

sudo apt-get install docker-compose

Running efk/elk stack

cd to the respective directory (elk+filebeat for elk and efk/fluentbit+ek) and just run the following command

docker-compose up -d