Giter Site home page Giter Site logo

sergeyradov / docker-compose-efk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kzk/docker-compose-efk

0.0 2.0 0.0 8 KB

Collect Container Logs with EFK (Elasticsearch + Fluentd + Kibana) via Docker Fluentd Logging Driver

Dockerfile 100.00%

docker-compose-efk's Introduction

Docker compose file for setting up a EFK service

A basic docker compose file that will set up Elasticsearch, Fluentd, and Kibana.

Example

The file example/httpd.yml shows how to configure a service to use EFK as its logging facility. To test using this file, just run:

docker-compose -f docker-compose.yml -f example/httpd.yml up

Then, go to your browser and access http://localhost:80 (httpd) and http://localhost:5601 (kibana). You should be able to see the httpd's logs in kibana's discovery tab. By the way, if you are wondering what is this index kibana asks the fist time you access it, it is fluentd-*.

After you are done, just run:

docker-compose -f docker-compose.yml -f example/httpd.yml rm -f

And all services will be reclaimed.

docker-compose-efk's People

Contributors

adriankoshka avatar frankruizhi avatar hpeduartepe avatar kzk avatar srstsavage avatar

Watchers

 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.