Service | Base Image | Port |
---|---|---|
collectd | 🔗 | 25826/udp |
logstash | 🔗 | 5000 |
elasticsearch | 🔗 | 9200 |
kibana | 🔗 | 5601 |
- Install Docker.
- Install Docker Compose.
git clone [email protected]:codenamekt/celk-docker-compose.git
Marvel is available on the elastic image. Just create a custom Dockerfile
with:
RUN plugin -i elasticsearch/marvel/latest
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.