-
If this is a bug report, please fill out the following:
* Version of Ruby: JRuby 9.1
* Version of Kafka: 2.10-0.10.1.1
* Version of ruby-kafka: 0.3.17
Please verify that the problem you're see…
-
After updating LS to 5.4.3 and updating all LS plugins, the dissect plugin does not load anymore.
Logstash log the error message reported below:
[2017-06-28T16:47:07,348][ERROR][logstash.agent …
-
Let's track @mitchellkrogza reported issue! :)
> Doesn't run on macOS due to a sed issue after running `tool -i`
>
> `sed: 1: "/Users/myusername/funceble/ ...": invalid command code m`
-
I'm having issue with installing package influxdb:
`$. brew install influxdb`
> Warning: You are using OS X 10.12.
> We do not provide support for this pre-release version.
> You may encounter build…
-
It looks like `yajl-ruby` uses a native extension and that breaks installation on jruby.
similar issue in another project that was solved: https://github.com/tweetstream/tweetstream/issues/134
`…
-
I am trying to use protobuf for logstash codec. I am following :
* https://github.com/codekitchen/ruby-protocol-buffers
* https://github.com/logstash-plugins/logstash-codec-protobuf
* http://tech…
-
This problem is related to all the ruby-kafka versions, since they all have the same ```#stop``` logic.
As described in th docs, the signal gets caught and consumer shuts-down:
```ruby
trap("TE…
-
Hello,
In Logstash 2.3.1 we're trying to install a Plugin based in a Java Library and we're having problems installing it into a standalone instance.
> luis.duarte@ip-10-10-11-121:/var/lib/logstash$…
-
* Version of Ruby: jruby-9.04.0
* Version of Kafka: 0.10.0.1
* Version of ruby-kafka: 0.3.16
I got "RuntimeError: can't add a new key into hash during iteration" in message_b…
-
Same as #8128 pretty much.
Trying to send a `BigInteger` through a serialize, then deserialize cycle runs into:
```java
Event e = new Event();
final BigInteger huge =
…