Testing on Logstash 5.0-alpha4, noticing that .dat version DBs are no longer supported, and now the .mmdb format is required.
@suyograo This issue is meant to track updates to breaking changes & docs.
--- jar coordinate com.fasterxml.jackson.core:jackson-annotations already loaded with version 2.7.1 - omit version 2.7.0
--- jar coordinate com.fasterxml.jackson.core:jackson-databind already loaded with version 2.7.1 - omit version 2.7.1-1
Invalid setting for geoip filter plugin:
filter {
geoip {
# This setting must be a path
# File does not exist or cannot be opened /tmp/GeoLiteCity.dat
database => ["/tmp/GeoLiteCity.dat"]
...
}
} {:level=>:error}
fetched an invalid config {:config=>"input {\n\tstdin {}\n}\nfilter {\n geoip {\n database => [\"/tmp/GeoLiteCity.dat\"]\n\t source => \"message\"\n }\n}\noutput {\n \tstdout {}\n}\n\n", :reason=>"Something is wrong with your configuration.", :level=>:error}
Testing on Logstash 5.0-alpha4, noticing that
.datversion DBs are no longer supported, and now the.mmdbformat is required.@suyograo This issue is meant to track updates to breaking changes & docs.