logstash-plugins / logstash-input-couchdb_changes

This plugin captures the _changes stream from a CouchDB instance
Apache License 2.0
27 stars 22 forks source link

Fix direct event field reference error #37

Closed rwanyoike closed 7 years ago

rwanyoike commented 7 years ago

Logstash 5.0 error:

Error: Direct event field references (i.e. event['field']) have been disabled
in favor of using event get and set methods (e.g. event.get('field')). Please
consult the Logstash 5.0 breaking changes documentation for more details

https://www.elastic.co/guide/en/logstash/5.0/breaking-changes.html#_ruby_filter_and_custom_plugin_developers

rwanyoike commented 7 years ago

Travis build is broken: public_suffix-2.0.4 requires ruby version >= 2.0, which is incompatible with the current version, ruby 1.9.3p551 (jruby 1.7.25)

uschtwill commented 7 years ago

Please get this through...

fwoelffel commented 7 years ago

Can we fix the build?