logstash-plugins/logstash-filter-geoip

Change require line to fix plugin load error

atomsnc opened this issue · 0 comments

Please change the require line in lib/logstash/filters/geoip.rb from require "logstash-geoip-filter_jars" to require "logstash-filter-geoip_jars" to fix the loading issue for this plugin in logstash (when building from source).

This should also fix the travis issue https://travis-ci.com/github/logstash-plugins/logstash-filter-geoip/jobs/470585965