Skip to content

codenamekt/celk-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker celk stack

Service Base Image Port
collectd 🔗 25826/udp
logstash 🔗 5000
elasticsearch 🔗 9200
kibana 🔗 5601

Setup

  1. Install Docker.
  2. Install Docker Compose.
  3. git clone git@github.com:codenamekt/celk-docker-compose.git

Enable Marvel

Marvel is available on the elastic image. Just create a custom Dockerfile with:

RUN plugin -i elasticsearch/marvel/latest

Usage

Start the stack in the background using docker-compose:

$ docker-compose up -d

You will immediately start seeing stats (cpu, memory, load) getting pushed into the ELK stack via collectd.

Access the Kibana UI by hitting http://localhost:5601 with a web browser to view the statistics.

Kibana

Thanks

About

cELK (collectd, Elasticsearch, Logstash, Kibana) Stack with Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published