Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.37 KB

File metadata and controls

45 lines (25 loc) · 1.37 KB

docker_configs

Docker config files for easily creating development, testing or learning environment

efk_stack

Logging Stack built with Elastic Search, Fluentd and Kibana (EFK) using Docker Compose

Usage

For initial run

Since, We are building a customized fluentd image, need to build that image first, this one step command will make sure cluster is up after building the image

docker-compose up --build

Any runs after initial run

docker-compose up

References