Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.48 KB

File metadata and controls

43 lines (27 loc) · 1.48 KB

Elastic stack (ELK) on Docker Compose

Join the chat at https://gitter.im/deviantony/docker-elk Elastic Stack version Build Status


Get Elastic free software running in docker-compose in less than 5 minutes.


This repo installs the following software on docker-compose:

All this softwares are free and opensource, so you don't need to care about paying.

Development setup

Just run:

docker-compose up

Uninstall

docker-compose down -v

Production usage

Please do not use this in production unless you know what you're doing. This repo was created to setup a local development environment for Elastic free softwares.

References