Andrew Cholakian
Andrew Cholakian
Hmmm, thought I'd fixed this. Thanks for the heads up! Will fix!
Unfortunately I don't have the time to maintain engulf anymore :(
Thanks for reporting the issue! I think you found a bug in ffi-rzmq From what I can look up It looks like valloc is linux only. This is issue is...
Glad I could help! Are you sure you're running the latest FFI lib built custom using the FFI gem from github? gem install ffi installs an old one with broken...
Oh, also rubinius doesn't need the FFI gem installed, neither does jruby.
Hmm, not quite sure. Maybe try the FFI guys see what they say? Not sure if this is feasible, but rubinius probably would have fewer issues, and is mostly MRI...
@spacecwoboy Thanks for the excellent report! I don't have time to look in-depth this week, but hopefully next. I can say that this is probably an issue with the template....
I'm a bit confused @spacecwoboy we should be handling the multiple OSes correctly. Are you sure you have the template setup correctly? It should accurately do so here: https://github.com/logstash-plugins/logstash-codec-nmap/blob/master/examples/elasticsearch/elasticsearch_nmap_template.json#L192 I...
Thanks for posting this, and apologies for the delay @biswajit86 . I actually didn't see this myself in one test, but I'll be taking a second look at it soon.
@purbon basically wrapping all of [filter](https://github.com/logstash-plugins/logstash-filter-multiline/blob/master/lib/logstash/filters/multiline.rb#L167)h in a `@mutex.synchronize {}` block. Currently the filter does not work with `-w` set to greater than 1. This would fix that. While it...