Git Product home page Git Product logo

evgeneoskin / docker_grafana_statsd_elk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scullxbones/docker_grafana_statsd_elk

0.0 3.0 0.0 172 KB

Docker repo for a general purpose graphing and logging container - includes graphite+carbon, grafana, statsd, elasticsearch, kibana, nginx, logstash indexer (currently using redis as an intermediary)

License: Apache License 2.0

Shell 30.92% JavaScript 31.16% Python 11.79% Nginx 26.13%

docker_grafana_statsd_elk's Introduction

StatsD + Graphite + Grafana + Elasticsearch + Logstash + Kibana

This is based of cazcade This image contains a sensible default configuration of StatsD, Graphite Grafana and Elasticsearch. The is also a vagrant file for running locally for testing things out

There are two ways for using this image:

Using the Docker Index

Pull from docker hub with docker pull scullxbones/docker-grafana-statsd-elk

The container exposes the following ports:

  • 80: the Grafana web interface.
  • 81: the Kibana web interface.
  • 2003: the Graphite direct interface to Carbon
  • 8000: the Graphite web-ui (currently borked)
  • 6379: Redis for logstash shipping (use list logstash)
  • 9200: Direct access to elasticsearch
  • 8125/udp: the StatsD port.
  • 8126: the StatsD administrative port.

To start a container with this image you just need to run the following command:

docker run -d -p 80:80 -p 81:81 -p 8125:8125/udp --name grafana scullxbones/docker-grafana-statsd-elk

Building the image yourself

The Dockerfile and supporting configuration files are available in our Github repository.

docker build -t scullxbones/docker_grafana_statsd_elk:1.0 .
docker run -d -p 80:80  -p 81:81 -p 8125:8125/udp --name grafana scullxbones/docker_grafana_statsd_elk

Using the Dashboard

Once your container is running all you need to do is open your browser pointing to Grafana or Kibana

Learning:

Good video

Good examples

docker_grafana_statsd_elk's People

Contributors

noelmcgrath avatar scullxbones avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.