Wayann
Wayann
hard to say where it moves, here are two newcomers that are interesting imo. https://blog.cosmos.network/consensus-compare-tendermint-bft-vs-eos-dpos-46c5bca7204b it is of course biased since cosmos run on tendermint.... but to give a general...
it's an old release of cmzq 2.2.0 it won't compile because you have to change `_BSD_SOURCE` to `_DEFAULT_SOURCE` and something more it's already mentioned in an early issue this.. it...
> * [czmq](https://github.com/gar1t/erlang-czmq) has 2 issues: the 'check' target uses 1 colon instead of 2; and a C dependency fails to compile with recent gcc as per [gar1t/erlang-czmq#33](https://github.com/gar1t/erlang-czmq/issues/33)
> I know the lastest `master` branch of `czmq` has already fixed this, but in my situation, I am trying to use it through `erlang-czmq`, which is using the v2.2.0...
thx @rzvavram @sagivf for sharing, you might want to update this config for logstash 5.x [breaking changes](https://www.elastic.co/guide/en/logstash/current/breaking-changes.html) ``` e = event['new_val'] e.each_with_index do |(key, value), index| event[key] = value end...
@Marsup @rzvavram https://github.com/wayann/logstash-input-rethinker this should work with logstash 5.x