logstash-plugins / logstash-input-kinesis

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

Fix error with logstash 5.1.1 #17

Closed hippolin closed 7 years ago

hippolin commented 7 years ago

This PR fix issue #16. It is not a good idea to check the version numbers of logstash-core or logstash-core-plugin-api. I check whether class of logger of com.amazonaws.services.kinesis is java.util.logging::Logger or not.

codekitchen commented 7 years ago

thanks @hippolin !