kyoungho / unified-logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Dockerfile 100.0%