Open bruberg opened 7 years ago
I can confirm this exact same issue on CentOS 7.
Someone needs to update the dependency on sequel gem
On Tue, Sep 19, 2017 at 6:43 PM Rob Cowart notifications@github.com wrote:
I can confirm this exact same issue on CentOS 7.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/logstash-plugins/logstash-filter-oui/issues/8#issuecomment-330720933, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIC6sk71xSntpPGqnJmLeTae8Y3A8Izks5skG3EgaJpZM4PcESQ .
Created a fix and PR for oui-offline (https://github.com/steakknife/oui/pull/21) on which logstash-filter-oui depends. oui-offline has a dependency on sequel ~> 4 which clashes with other logstash modules that depend on sequel ~> 5.
WIP Code is merged. It’ll just take another 6 months hours to cut a new gem. ;)
This filter fails with Logstash 5.6.1. It worked fine with 5.6.0.
For reference, many other plugins work just fine with 5.6.1.
Operating system is Ubuntu 16.04, Logstash origin is Elastic's repo.