GithubHelp home page GithubHelp logo

logear's Introduction

logear

Build status

(log ear, log gear)

Logging system designed to be fast, reliable and flexible but in same time simple.

Purpose

Logear can grab structured messages from multiple inputs and deliver it to many destinations. It can replace huge and slow systems like Logstash and Fluentd. Logear written in Go and doesn't require any specific environment.

Build and Install

# go get -u github.com/DLag/logear
# mv $GOPATH/bin/logear /usr/local/sbin/logear
# logear -v

Logear forwarder protocol

The protocol implements serialisation with MessagePack, zlib compression and SSL certificate checks and encoding. This protocol can be more efficient than Lumberjack.

Filters

Logear support JSON and custom regexp filters. Regexp implemented with Google RE2 library.

Inputs

  • filetail - File input with json, MessagePack or custom filters Reads line by line from a file, parses it with json, msgpack or with custom regexp.
  • out_logear_forwarder - Fluentd_forwarder network protocol Receive messages from another instance of Logear.

Outputs

  • fluentd_forwarder - Fluentd_forwarder network protocol Delivers messages to Fluent with the native protocol. Supports messagepack and json output encoding.
  • out_logear_forwarder - Fluentd_forwarder network protocol Delivers messages to another instance of Logear.

Examples

You can find example config in /example directory.

logear's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

logear's Issues

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.