logstash-plugins / logstash-input-kinesis

Logstash Plugin for AWS Kinesis Input
Apache License 2.0
45 stars 57 forks source link

build fails with logstash 5.0 #10

Closed codekitchen closed 8 years ago

codekitchen commented 8 years ago

@suyograo it looks like your update to 5.0 is causing the build to fail: https://travis-ci.org/logstash-plugins/logstash-input-kinesis/builds/169791783

I haven't determined yet whether it's a problem with the code or just that spec.

threadwaste commented 8 years ago

Ran into this after rebasing my work on #3. The #[] method appears to be gone from Event in 5.0. I have fixes in place to push this evening to resolve.

codekitchen commented 8 years ago

Fixed by #3