GithubHelp home page GithubHelp logo

xlog's Introduction

日志收集系统

系统由etcd进行配置管理,总共包含两部分。

一部分是日志收集客户端logagent,负责将指定日志文件中的消息收集到消息队列kafka

一部分是日志收集中转服务logtransfer,负责将日志消息从消息队列取出来,进行处理后再发给存储系统elasticsearch

运行服务时,需要进入各自目录,修改configs.yml配置,然后再执行,服务运行无先后顺序。

说明

系统有些地方采用了精简写法,没有做到足够抽象,一切都是为了让项目足够简单。

比如消费者组的group id是直接在代码中指定的,没有做成可配置化。

这些都可以根据自己的需求,自行优化。

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.