Git Product home page Git Product logo

loghub's People

Contributors

dependabot[bot] avatar fbacchella avatar raipc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

loghub's Issues

discard and dropped counter

The dropped counter should be for explicit dropped. discared are for failure (exception, blocked).
Should add initiated, (notice, merge).

Two operators missing

Instead of != null an unary operator exist should be defined.
Le '@' (mapping) should define a fall-trough case, and be able to handle regexp.

ZMQ fails with 'Address already in use' when listener definition is wrong.

The input is configured as:

input {
     loghub.receivers.ZMQ {
         decoder: loghub.decoders.Msgpack,
         listen: "tcp://somehost:1518",
         hwm: 500,
     }
 } | $log4j

And it fails with:

ERROR loghub.receivers.ZMQ : failed to start ZMQ input tcp://somehost:1518: Address already in use

But the problem is that somehost is not the name of this host. Could the warning be improved ?

Missing support for SNMPv1 trap

Needs to recover more values from a org.snmp4j.PDUv1:
enterprise, SpecificTrap OID, timestamp, agentAddress, genericTrap.

How to handle crash recovery

To avoid lost events with crash, all bytes received should be save to a persistent ring buffer on disk, before deserialization. Once acknowledge, events can be removed.

But the question is to save decoder configuration so the good one to use should be identified.

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.