Skip to content

Logstash 5.x no longer supports .dat format Geo Databases #90

@PhaedrusTheGreek

Description

@PhaedrusTheGreek

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions