Skip to content
forked from obegendi/Devbox

Monitoring & tech stack for developers

Notifications You must be signed in to change notification settings

isabasan/Devbox

 
 

Repository files navigation

Elastic stack (ELK) - Prometheus - Graphana - Kafka on Docker for developer box usage

(Just for development purpose on my own) Run the latest version of the Elastic stack with Docker and Docker Compose.

Based on the official Docker images from Elastic:

Usage

Start the stack using docker-compose:

$ docker-compose up

By default, the dev box exposes the following ports:

  • 5000: Logstash TCP input
  • 9200: Elasticsearch HTTP
  • 9300: Elasticsearch TCP transport
  • 5601: Kibana
  • 9090: Prometheus UI
  • 3000: Grafana UI (admin:admin)
  • 8080: Kafka metrics - http://localhost:8080/metrics

About

Monitoring & tech stack for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.3%
  • Dockerfile 43.1%
  • Go 4.6%